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:
parent
abce178aa1
commit
4ed2dc64fc
|
@ -647,7 +647,8 @@
|
||||||
* @details User fields added to the end of the @p thread_t structure.
|
* @details User fields added to the end of the @p thread_t structure.
|
||||||
*/
|
*/
|
||||||
#define CH_CFG_THREAD_EXTRA_FIELDS \
|
#define CH_CFG_THREAD_EXTRA_FIELDS \
|
||||||
/* Add threads custom fields here.*/
|
/* Add threads custom fields here.*/ \
|
||||||
|
void *osal_delete_handler;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Threads initialization hook.
|
* @brief Threads initialization hook.
|
||||||
|
|
|
@ -647,7 +647,8 @@
|
||||||
* @details User fields added to the end of the @p thread_t structure.
|
* @details User fields added to the end of the @p thread_t structure.
|
||||||
*/
|
*/
|
||||||
#define CH_CFG_THREAD_EXTRA_FIELDS \
|
#define CH_CFG_THREAD_EXTRA_FIELDS \
|
||||||
/* Add threads custom fields here.*/
|
/* Add threads custom fields here.*/ \
|
||||||
|
void *osal_delete_handler;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Threads initialization hook.
|
* @brief Threads initialization hook.
|
||||||
|
|
Loading…
Reference in New Issue