From 408f299dbb6aa0588e05f7bd1e4fb4788c2d882d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20K=C3=BCng?= Date: Fri, 13 May 2016 15:06:57 +0200 Subject: [PATCH] cmake px4fmu-v2_test: disable sdlog2 (avoids flash overflow) --- cmake/configs/nuttx_px4fmu-v2_test.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/configs/nuttx_px4fmu-v2_test.cmake b/cmake/configs/nuttx_px4fmu-v2_test.cmake index b1fc89ccc2..f65c74617c 100644 --- a/cmake/configs/nuttx_px4fmu-v2_test.cmake +++ b/cmake/configs/nuttx_px4fmu-v2_test.cmake @@ -111,7 +111,7 @@ set(config_module_list # # Logging # - modules/sdlog2 + #modules/sdlog2 # # Library modules