Skip to content

Commit 814c603

Browse files
committed
remove useless / harmful modm log level overwrite
1 parent 2b5b355 commit 814c603

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/modm/driver/can/mcp2515_impl.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
#include "mcp2515_options.hpp"
2121
#include <modm/architecture/interface/assert.hpp>
2222

23-
// Set the log level
24-
#undef MODM_LOG_LEVEL
25-
#define MODM_LOG_LEVEL modm::log::DISABLED
26-
2723
// ----------------------------------------------------------------------------
2824

2925
template <typename SPI, typename CS, typename INT>

0 commit comments

Comments
 (0)