Skip to content

Commit

Permalink
arch: cxd56xx: Fix compile error of cxd56_gnss.c
Browse files Browse the repository at this point in the history
Fix error: 'g_rtc_enabled' undeclared (first use in this function).
  • Loading branch information
SPRESENSE authored and xiaoxiang781216 committed Nov 19, 2024
1 parent 1d6ece7 commit f142d04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/src/cxd56xx/cxd56_gnss.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
#include <nuttx/signal.h>
#include <nuttx/fs/fs.h>
#include <nuttx/spi/spi.h>
#include <nuttx/arch.h>

#include <arch/chip/gnss.h>
#include <arch/chip/pm.h>
Expand Down

0 comments on commit f142d04

Please sign in to comment.