Skip to content

Commit

Permalink
Disable exceptions in ulic++
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Flores committed Jan 30, 2019
1 parent c4bfea1 commit 54b0ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/stm32f103-minimum/uros/defconfig
Expand Up @@ -30,7 +30,6 @@ CONFIG_NSH_LINELEN=80
CONFIG_PREALLOC_MQ_MSGS=4
CONFIG_PREALLOC_TIMERS=4
CONFIG_PREALLOC_WDOGS=4
CONFIG_RAM_SIZE=20480
CONFIG_RAM_START=0x20000000
CONFIG_RAW_BINARY=y
CONFIG_RR_INTERVAL=200
Expand Down Expand Up @@ -76,6 +75,7 @@ CONFIG_HAVE_CXX=y
CONFIG_CXX_NEWLONG=y
CONFIG_UCLIBCXX=y
CONFIG_UCLIBCXX_HAVE_LIBSUPCXX=y
CONFIG_UCLIBCXX_EXCEPTION=n

CONFIG_UROS=y
CONFIG_UROS_EXAMPLES_SUBSCRIBER=y
Expand Down

0 comments on commit 54b0ca9

Please sign in to comment.