Added missing field to chconfs.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@13998 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2020-12-28 18:36:12 +00:00
parent abce178aa1
commit 4ed2dc64fc
2 changed files with 4 additions and 2 deletions

View File

@ -647,7 +647,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

@ -647,7 +647,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.