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 3a76917058
commit 273578f658
-8
View File
@@ -34,14 +34,6 @@
#include "clock/clock.h"
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
/* See nuttx/clock.h */
#undef clock_systime_ticks
/****************************************************************************
* Public Functions
****************************************************************************/