This is an automated email from the ASF dual-hosted git repository.
ligd pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 610ba2052 Fix ./drivertest_rtc.c:43:10: fatal error: nuttx/time.h: No
such file or director
610ba2052 is described below
commit 610ba2052781c463478978b5d8a8c4d0d1f42bfe
Author: Xiang Xiao <[email protected]>
AuthorDate: Sun Sep 24 19:42:55 2023 +0800
Fix ./drivertest_rtc.c:43:10: fatal error: nuttx/time.h: No such file or
director
Signed-off-by: Xiang Xiao <[email protected]>
---
testing/drivertest/drivertest_rtc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testing/drivertest/drivertest_rtc.c
b/testing/drivertest/drivertest_rtc.c
index 18d4bf2a2..3152072c9 100644
--- a/testing/drivertest/drivertest_rtc.c
+++ b/testing/drivertest/drivertest_rtc.c
@@ -40,7 +40,7 @@
#include <cmocka.h>
#include <syslog.h>
#include <nuttx/timers/rtc.h>
-#include <nuttx/time.h>
+#include <nuttx/clock.h>
/****************************************************************************
* Pre-processor Definitions