boards/arm/stm32f0l0g0/stm32g071b-disco: fix djoy example

fix djoy example for stm32g071b-disco.
CONFIG_NSH_ARCHINIT=y must be set to register djoy.
This commit is contained in:
raiden00pl 2024-10-05 16:27:33 +02:00 committed by Alan C. Assis
parent 65a3b5f524
commit 50f21f93d4
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ CONFIG_LCD_SSD1306_CUSTOM=y
CONFIG_MM_SMALL=y
CONFIG_MQ_MAXMSGSIZE=64
CONFIG_NFILE_DESCRIPTORS_PER_BLOCK=6
CONFIG_NSH_ARCHINIT=y
CONFIG_NSH_BUILTIN_APPS=y
CONFIG_NSH_FILEIOSIZE=64
CONFIG_NSH_LINELEN=64