Skip to content

Commit dd600b4

Browse files
committed
Don't print incoming serial data if debugging is on by default
1 parent 25117ab commit dd600b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hiduniversal.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ uint8_t HIDUniversal::Poll() {
398398

399399
if(identical)
400400
return 0;
401-
#if 1
401+
#if 0
402402
Notify(PSTR("\r\nBuf: "), 0x80);
403403

404404
for(uint8_t i = 0; i < read; i++) {

0 commit comments

Comments
 (0)