Skip to content

Commit

Permalink
Log level changed to warning
Browse files Browse the repository at this point in the history
  • Loading branch information
begreeen authored and ggajoch committed Sep 25, 2017
1 parent f8b7b67 commit 35a9f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SunS/CMakeLists.txt
Expand Up @@ -17,7 +17,7 @@ set(AVRDUDE_TOOL arduino CACHE STRING "")
set(AVRDUDE_OPTIONS -P -b19200 CACHE STRING "")
set(CMAKE_TOOLCHAIN_FILE "${HAL_PATH}/toolchain.cmake")

add_definitions(-DLOG_LEVEL=LOG_LEVEL_FATAL)
add_definitions(-DLOG_LEVEL=LOG_LEVEL_WARNING)

include(../cmake-modules/nameplate.cmake)

Expand Down

0 comments on commit 35a9f47

Please sign in to comment.