Fixed weak definitions.
git-svn-id: https://svn.code.sf.net/p/chibios/svn2/trunk@11618 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
parent
88a439033e
commit
9108cdb610
|
@ -37,6 +37,11 @@
|
|||
/* Module exported variables. */
|
||||
/*===========================================================================*/
|
||||
|
||||
/* */
|
||||
|
||||
CC_WEAK ts_state_t ts_state[TS_MAX_SVCS];
|
||||
CC_WEAK const thread_descriptor_t ts_configs[TS_MAX_SVCS];
|
||||
|
||||
/* The reference to the suspended nsec main thread.*/
|
||||
thread_reference_t _ns_thread = NULL;
|
||||
|
||||
|
|
Loading…
Reference in New Issue