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:
isiora 2018-03-07 16:18:24 +00:00
parent 88a439033e
commit 9108cdb610
1 changed files with 5 additions and 0 deletions

View File

@ -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;