sched/clock: Remove unnecessary preprocessor definition

Remove an unnecessary preprocessor definition in clock_systime_ticks.c.

Signed-off-by: Chengdong Wang <wangchengdong@lixiang.com>
This commit is contained in:
wangchengdong
2025-12-11 20:22:37 +08:00
committed by Xiang Xiao
parent 6aa8e1dfe7
commit e8ec88e2c4
-8
View File
@@ -34,14 +34,6 @@
#include "clock/clock.h"
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
/* See nuttx/clock.h */
#undef clock_systime_ticks
/****************************************************************************
* Public Functions
****************************************************************************/