xiaoxiang781216 commented on code in PR #9853:
URL: https://github.com/apache/nuttx/pull/9853#discussion_r1271294078
##########
boards/Kconfig:
##########
@@ -3114,7 +3114,7 @@ config ARCH_BOARD
default "b-l072z-lrwan1" if ARCH_BOARD_B_L072Z_LRWAN1
default "b-l475e-iot01a" if ARCH_BOARD_B_L475E_IOT01A
default "b-u585i-iot02a" if ARCH_BOARD_B_U585I_IOT02A
- default "nucleo-u5a5zj-q" if ARCH_BOARD_NUCLEO_U5A5ZJ_Q
+ default "nucleo-u5a5zj-q"
if ARCH_BOARD_NUCLEO_U5A5ZJ_Q
Review Comment:
remove the extra space before ARCH_BOARD_NUCLEO_U5A5ZJ_Q
##########
boards/arm/stm32u5/nucleo-u5a5zj-q/src/stm32_bringup.c:
##########
@@ -46,8 +46,8 @@
FAR struct i2c_master_s *i2c1_m;
FAR struct i2c_master_s *i2c2_m;
#ifdef CONFIG_RTC_DSXXXX
- #include <nuttx/timers/rtc.h>
- #include <nuttx/timers/ds3231.h>
+# include <nuttx/timers/rtc.h>
Review Comment:
remove the extra space
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]