git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14140 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
055983befd
commit
daff5a6a69
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue