aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2019-01-26 11:07:40 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2019-01-26 11:07:40 +0000
commit4ffa6d466a231b761b325e70f9ec8b5a22f81c38 (patch)
tree8a34a7a9ec33841af5c7746917a69cdec9b3a3ea /demos
parenteaf645b970742927bbe87a216413c70aad4729f3 (diff)
downloadChibiOS-4ffa6d466a231b761b325e70f9ec8b5a22f81c38.tar.gz
ChibiOS-4ffa6d466a231b761b325e70f9ec8b5a22f81c38.tar.bz2
ChibiOS-4ffa6d466a231b761b325e70f9ec8b5a22f81c38.zip
Fixed small problems in NASA OSAL and demos.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_19.1.x@12589 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'demos')
-rw-r--r--demos/STM32/NASA-OSAL-STM32F407-DISCOVERY/cfg/chconf.h4
-rw-r--r--demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/cfg/chconf.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/demos/STM32/NASA-OSAL-STM32F407-DISCOVERY/cfg/chconf.h b/demos/STM32/NASA-OSAL-STM32F407-DISCOVERY/cfg/chconf.h
index b9085ba8c..da25f2fe6 100644
--- a/demos/STM32/NASA-OSAL-STM32F407-DISCOVERY/cfg/chconf.h
+++ b/demos/STM32/NASA-OSAL-STM32F407-DISCOVERY/cfg/chconf.h
@@ -605,7 +605,9 @@
* @details User fields added to the end of the @p thread_t structure.
*/
#define CH_CFG_THREAD_EXTRA_FIELDS \
- /* Add threads custom fields here.*/
+ /* Add threads custom fields here.*/ \
+ void *osal_delete_handler;
+
/**
* @brief Threads initialization hook.
diff --git a/demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/cfg/chconf.h b/demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/cfg/chconf.h
index c2c86d91a..acdf61069 100644
--- a/demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/cfg/chconf.h
+++ b/demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/cfg/chconf.h
@@ -605,7 +605,9 @@
* @details User fields added to the end of the @p thread_t structure.
*/
#define CH_CFG_THREAD_EXTRA_FIELDS \
- /* Add threads custom fields here.*/
+ /* Add threads custom fields here.*/ \
+ void *osal_delete_handler;
+
/**
* @brief Threads initialization hook.