Skip to content

Commit

Permalink
disable DEBUG again on non-Horus boot loader builds
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelcoeffic committed Dec 4, 2017
1 parent 59e0251 commit 261c30a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions radio/src/targets/common/arm/stm32/bootloader/CMakeLists.txt
Expand Up @@ -83,6 +83,9 @@ if(NOT (PCB STREQUAL X10 OR PCB STREQUAL X12S))
${BOOTLOADER_SRC}
../../../../../targets/${TARGET_DIR}/i2c_driver.cpp
)

remove_definitions(-DDEBUG)

else()
set(BOOTLOADER_SRC
${BOOTLOADER_SRC}
Expand Down

0 comments on commit 261c30a

Please sign in to comment.