Skip to content

Commit 6e6e359

Browse files
committed
removed debug log because ci will fail for avr if we leave the log level intact
1 parent 6c79bc2 commit 6e6e359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modm/driver/can/mcp2515_impl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
// Set the log level
2424
#undef MODM_LOG_LEVEL
25-
#define MODM_LOG_LEVEL modm::log::DEBUG
25+
#define MODM_LOG_LEVEL modm::log::DISABLED
2626

2727
// ----------------------------------------------------------------------------
2828

0 commit comments

Comments
 (0)