mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Don't print incoming serial data if debugging is on by default
This commit is contained in:
parent
25117ab926
commit
dd600b4895
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ uint8_t HIDUniversal::Poll() {
|
|||
|
||||
if(identical)
|
||||
return 0;
|
||||
#if 1
|
||||
#if 0
|
||||
Notify(PSTR("\r\nBuf: "), 0x80);
|
||||
|
||||
for(uint8_t i = 0; i < read; i++) {
|
||||
|
|
Loading…
Reference in a new issue