mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Disable Encoder console spam introduced in e13720b.
Change-Id: I10501f9bb9e8f8e0607291209f9a44a8dc3fa6b8
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#include "HAL/Digital.hpp"
|
||||
|
||||
// set the logging level
|
||||
TLogLevel encoderJNILogLevel = logDEBUG;
|
||||
TLogLevel encoderJNILogLevel = logWARNING;
|
||||
|
||||
#define ENCODERJNI_LOG(level) \
|
||||
if (level > encoderJNILogLevel) ; \
|
||||
|
||||
Reference in New Issue
Block a user