Browse Source

Commented out CONFIG_SMEM until it is working again

There is an unresolved symbol when building with CONFIG_SMEM enabled

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
sbg
Mark Charlebois 9 years ago committed by Julian Oes
parent
commit
897b2a6e46
  1. 2
      cmake/configs/posix_eagle_default.cmake

2
cmake/configs/posix_eagle_default.cmake

@ -3,7 +3,7 @@ include(posix/px4_impl_posix) @@ -3,7 +3,7 @@ include(posix/px4_impl_posix)
set(CMAKE_TOOLCHAIN_FILE ${CMAKE_SOURCE_DIR}/cmake/toolchains/Toolchain-arm-linux-gnueabihf.cmake)
include(${CMAKE_SOURCE_DIR}/cmake/cmake_hexagon/qurt_app.cmake)
set(CONFIG_SHMEM "1")
#set(CONFIG_SHMEM "1")
set(config_module_list
drivers/device

Loading…
Cancel
Save