Skip to content

Commit 35a9f47

Browse files
begreeenggajoch
authored andcommitted
Log level changed to warning
1 parent f8b7b67 commit 35a9f47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SunS/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set(AVRDUDE_TOOL arduino CACHE STRING "")
1717
set(AVRDUDE_OPTIONS -P -b19200 CACHE STRING "")
1818
set(CMAKE_TOOLCHAIN_FILE "${HAL_PATH}/toolchain.cmake")
1919

20-
add_definitions(-DLOG_LEVEL=LOG_LEVEL_FATAL)
20+
add_definitions(-DLOG_LEVEL=LOG_LEVEL_WARNING)
2121

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

0 commit comments

Comments
 (0)