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:
parent
65a3b5f524
commit
50f21f93d4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue