Browse Source

nuttx_px4fmu-{v1,v2}_default.cmake: disable sdlog2

Due to flash overflow
sbg
Beat Küng 8 years ago committed by Lorenz Meier
parent
commit
6e4ba1196b
  1. 2
      cmake/configs/nuttx_px4fmu-v1_default.cmake
  2. 2
      cmake/configs/nuttx_px4fmu-v2_default.cmake

2
cmake/configs/nuttx_px4fmu-v1_default.cmake

@ -94,7 +94,7 @@ set(config_module_list @@ -94,7 +94,7 @@ set(config_module_list
#
# Logging
#
modules/sdlog2
#modules/sdlog2
modules/logger
#

2
cmake/configs/nuttx_px4fmu-v2_default.cmake

@ -125,7 +125,7 @@ set(config_module_list @@ -125,7 +125,7 @@ set(config_module_list
# Logging
#
modules/logger
modules/sdlog2
#modules/sdlog2
#
# Library modules

Loading…
Cancel
Save