git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14140 27425a3e-05d8-49a3-a47f-9c15f0e5edd8

This commit is contained in:
Giovanni Di Sirio 2021-04-05 18:05:36 +00:00
parent 055983befd
commit daff5a6a69
1 changed files with 2 additions and 0 deletions

View File

@ -397,6 +397,7 @@ struct ch_os_instance {
CH_CFG_OS_INSTANCE_EXTRA_FIELDS
};
#if (CH_CFG_SMP_MODE != FALSE) || defined(__DOXYGEN__)
/**
* @brief Type of system data structure.
*/
@ -412,6 +413,7 @@ typedef struct ch_system {
/* Extra fields from configuration.*/
CH_CFG_SYSTEM_EXTRA_FIELDS
} ch_system_t;
#endif
/*===========================================================================*/
/* Module macros. */