Missing hook re-added.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15088 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2021-11-16 10:39:56 +00:00
parent bf210e5689
commit ddff85bc33
2 changed files with 4 additions and 2 deletions

View File

@ -704,7 +704,8 @@
* @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.

View File

@ -704,7 +704,8 @@
* @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.