summaryrefslogtreecommitdiffstats
path: root/nuttx/sched/clock_systimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/clock_systimer.c')
-rw-r--r--nuttx/sched/clock_systimer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/clock_systimer.c b/nuttx/sched/clock_systimer.c
index a1219a681a..71577df76e 100644
--- a/nuttx/sched/clock_systimer.c
+++ b/nuttx/sched/clock_systimer.c
@@ -89,7 +89,7 @@ uint32_t clock_systimer(void)
if (g_rtc_enabled)
{
- return up_rtc_getclock();
+// return up_rtc_getclock();
}
#endif