aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2019-05-04 08:25:43 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2019-05-04 08:25:43 +0000
commit5666889d8b09fea72fe1aa51944c982acdacefef (patch)
tree0c2dca8bf51f6cc2880f5d903936ed29084c6121 /demos
parente34eff0df15d8a1e28463bccc1c75b337ace9fb5 (diff)
downloadChibiOS-5666889d8b09fea72fe1aa51944c982acdacefef.tar.gz
ChibiOS-5666889d8b09fea72fe1aa51944c982acdacefef.tar.bz2
ChibiOS-5666889d8b09fea72fe1aa51944c982acdacefef.zip
Fixed bug #1028.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_19.1.x@12776 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
Diffstat (limited to 'demos')
-rw-r--r--demos/STM32/RT-STM32F446RE-NUCLEO64/cfg/chconf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/STM32/RT-STM32F446RE-NUCLEO64/cfg/chconf.h b/demos/STM32/RT-STM32F446RE-NUCLEO64/cfg/chconf.h
index e50f15cce..e7aaf2b35 100644
--- a/demos/STM32/RT-STM32F446RE-NUCLEO64/cfg/chconf.h
+++ b/demos/STM32/RT-STM32F446RE-NUCLEO64/cfg/chconf.h
@@ -709,6 +709,8 @@
/* Port-specific settings (override port settings defaulted in chcore.h). */
/*===========================================================================*/
+#define PORT_ENABLE_GUARD_PAGES TRUE
+
#endif /* CHCONF_H */
/** @} */