Skip to content

Commit c7eb0f1

Browse files
committed
SysTimer should not require lp ticker
SysTimer depends on tickless which runs on us ticker instead of lp ticker on some targets.
1 parent 5d03de7 commit c7eb0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtos/TARGET_CORTEX/SysTimer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#ifndef MBED_SYS_TIMER_H
2323
#define MBED_SYS_TIMER_H
2424

25-
#if DEVICE_LPTICKER || defined(DOXYGEN_ONLY)
25+
#if MBED_TICKLESS || defined(DOXYGEN_ONLY)
2626

2727
#include "platform/NonCopyable.h"
2828
#include "drivers/TimerEvent.h"

0 commit comments

Comments
 (0)