Skip to content

Commit

Permalink
boards/arm/stm32f0l0g0/stm32g071b-disco: fix djoy example
Browse files Browse the repository at this point in the history
fix djoy example for stm32g071b-disco.
CONFIG_NSH_ARCHINIT=y must be set to register djoy.
  • Loading branch information
raiden00pl authored and acassis committed Oct 5, 2024
1 parent 65a3b5f commit 50f21f9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50f21f9

Please sign in to comment.