From 6e4ba1196b0996f4f7cf66156189ef1673fd542e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20K=C3=BCng?= Date: Fri, 28 Jul 2017 15:25:23 +0200 Subject: [PATCH] nuttx_px4fmu-{v1,v2}_default.cmake: disable sdlog2 Due to flash overflow --- cmake/configs/nuttx_px4fmu-v1_default.cmake | 2 +- cmake/configs/nuttx_px4fmu-v2_default.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/configs/nuttx_px4fmu-v1_default.cmake b/cmake/configs/nuttx_px4fmu-v1_default.cmake index bd795b3c4e..b0a1cfb46d 100644 --- a/cmake/configs/nuttx_px4fmu-v1_default.cmake +++ b/cmake/configs/nuttx_px4fmu-v1_default.cmake @@ -94,7 +94,7 @@ set(config_module_list # # Logging # - modules/sdlog2 + #modules/sdlog2 modules/logger # diff --git a/cmake/configs/nuttx_px4fmu-v2_default.cmake b/cmake/configs/nuttx_px4fmu-v2_default.cmake index 2b1321c4e4..6e278e6cb6 100644 --- a/cmake/configs/nuttx_px4fmu-v2_default.cmake +++ b/cmake/configs/nuttx_px4fmu-v2_default.cmake @@ -125,7 +125,7 @@ set(config_module_list # Logging # modules/logger - modules/sdlog2 + #modules/sdlog2 # # Library modules