aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/cfg/chconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/cfg/chconf.h')
-rw-r--r--demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/cfg/chconf.h4
1 files changed, 3 insertions, 1 deletions
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.