Browse Source

Removed comments to allow appconfigs to bring in can

Removed the commented body of the 'if CONFIG_CAN' in the appconfigs
sbg
David Sidrane 8 years ago committed by Lorenz Meier
parent
commit
1c766aef12
  1. 2
      nuttx-configs/crazyflie/nsh/appconfig
  2. 2
      nuttx-configs/mindpx-v2/nsh/appconfig
  3. 2
      nuttx-configs/px4fmu-v2/nsh/appconfig
  4. 2
      nuttx-configs/px4fmu-v4/nsh/appconfig
  5. 2
      nuttx-configs/tap-v1/nsh/appconfig

2
nuttx-configs/crazyflie/nsh/appconfig

@ -42,7 +42,7 @@ CONFIGURED_APPS += nshlib @@ -42,7 +42,7 @@ CONFIGURED_APPS += nshlib
CONFIGURED_APPS += system/readline
ifeq ($(CONFIG_CAN),y)
#CONFIGURED_APPS += examples/can
CONFIGURED_APPS += examples/can
endif
#ifeq ($(CONFIG_USBDEV),y)

2
nuttx-configs/mindpx-v2/nsh/appconfig

@ -42,7 +42,7 @@ CONFIGURED_APPS += nshlib @@ -42,7 +42,7 @@ CONFIGURED_APPS += nshlib
CONFIGURED_APPS += system/readline
ifeq ($(CONFIG_CAN),y)
#CONFIGURED_APPS += examples/can
CONFIGURED_APPS += examples/can
endif
#ifeq ($(CONFIG_USBDEV),y)

2
nuttx-configs/px4fmu-v2/nsh/appconfig

@ -42,7 +42,7 @@ CONFIGURED_APPS += nshlib @@ -42,7 +42,7 @@ CONFIGURED_APPS += nshlib
CONFIGURED_APPS += system/readline
ifeq ($(CONFIG_CAN),y)
#CONFIGURED_APPS += examples/can
CONFIGURED_APPS += examples/can
endif
#ifeq ($(CONFIG_USBDEV),y)

2
nuttx-configs/px4fmu-v4/nsh/appconfig

@ -42,7 +42,7 @@ CONFIGURED_APPS += nshlib @@ -42,7 +42,7 @@ CONFIGURED_APPS += nshlib
CONFIGURED_APPS += system/readline
ifeq ($(CONFIG_CAN),y)
#CONFIGURED_APPS += examples/can
CONFIGURED_APPS += examples/can
endif
#ifeq ($(CONFIG_USBDEV),y)

2
nuttx-configs/tap-v1/nsh/appconfig

@ -42,7 +42,7 @@ CONFIGURED_APPS += nshlib @@ -42,7 +42,7 @@ CONFIGURED_APPS += nshlib
CONFIGURED_APPS += system/readline
ifeq ($(CONFIG_CAN),y)
#CONFIGURED_APPS += examples/can
CONFIGURED_APPS += examples/can
endif
#ifeq ($(CONFIG_USBDEV),y)

Loading…
Cancel
Save