File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
targets/TARGET_NORDIC/TARGET_NRF5 Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -303,22 +303,6 @@ static uint32_t os_rtc_period;
303
303
static uint32_t frozen_sub_tick = 0 ;
304
304
305
305
306
- /*
307
- RTX provide the following definitions which are used by the tick code:
308
- * osRtxConfig.tick_freq: The RTX tick frequency.
309
- * osRtxInfo.kernel.tick: Count of RTX ticks.
310
-
311
- * SysTick_Handler: The function which handle a tick event.
312
- This function is special because it never returns.
313
- Those definitions are used by the code which handle the os tick.
314
- To allow compilation of us_ticker programs without RTOS, those symbols are
315
- exported from this module as weak ones.
316
- */
317
- MBED_WEAK void SysTick_Handler (void )
318
- {
319
- }
320
-
321
-
322
306
#ifdef MBED_CONF_RTOS_PRESENT
323
307
#include "rtx_os.h" //import osRtxInfo, SysTick_Handler()
324
308
You can’t perform that action at this time.
0 commit comments