From 9108cdb610d01aba6f94beeca291c6b837cd44cc Mon Sep 17 00:00:00 2001 From: isiora Date: Wed, 7 Mar 2018 16:18:24 +0000 Subject: Fixed weak definitions. git-svn-id: https://svn.code.sf.net/p/chibios/svn2/trunk@11618 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/common/ports/ARMCAx-TZ/chtssi.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'os/common') diff --git a/os/common/ports/ARMCAx-TZ/chtssi.c b/os/common/ports/ARMCAx-TZ/chtssi.c index 1d0c2db79..068430c24 100644 --- a/os/common/ports/ARMCAx-TZ/chtssi.c +++ b/os/common/ports/ARMCAx-TZ/chtssi.c @@ -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; -- cgit v1.2.3