Skip to content

Commit 7d038df

Browse files
committed
added conditional to sample
1 parent c7421eb commit 7d038df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/Serial/ansiSerial/ansiSerial/ansiSerial.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@ www.r-site.net
3030

3131
using namespace Menu;
3232

33+
#ifndef DEBUG
3334
Print& operator<<(Print&o, Menu::prompt&p) {
3435
print_P(o,p.getText());
3536
return o;
3637
}
38+
#endif
3739

3840
#ifdef ARDUINO_SAM_DUE
3941
#define LEDPIN 13

0 commit comments

Comments
 (0)