summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f4discovery/src/stm32_bringup.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm32f4discovery/src/stm32_bringup.c')
-rw-r--r--nuttx/configs/stm32f4discovery/src/stm32_bringup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/stm32f4discovery/src/stm32_bringup.c b/nuttx/configs/stm32f4discovery/src/stm32_bringup.c
index 0e4f55b43..30caca3e7 100644
--- a/nuttx/configs/stm32f4discovery/src/stm32_bringup.c
+++ b/nuttx/configs/stm32f4discovery/src/stm32_bringup.c
@@ -62,7 +62,7 @@
*/
#ifdef HAVE_RTC_DRIVER
-# include <nuttx/rtc.h>
+# include <nuttx/timers/rtc.h>
# include "stm32_rtc.h"
#endif