summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/stm3240g-eval/nsh/appconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm3240g-eval/nsh/appconfig')
-rw-r--r--nuttx/configs/stm3240g-eval/nsh/appconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/configs/stm3240g-eval/nsh/appconfig b/nuttx/configs/stm3240g-eval/nsh/appconfig
index 6951578dac..6e9df6c9cd 100644
--- a/nuttx/configs/stm3240g-eval/nsh/appconfig
+++ b/nuttx/configs/stm3240g-eval/nsh/appconfig
@@ -54,4 +54,7 @@ ifeq ($(CONFIG_PWM),y)
CONFIGURED_APPS += examples/pwm
endif
+ifeq ($(CONFIG_CAN),y)
+CONFIGURED_APPS += examples/can
+endif