Skip to content

Commit 7a4631e

Browse files
committed
Jupyter compile error
1 parent 431228c commit 7a4631e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/AudioLibs/Jupyter/Basic.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,4 @@ uint64_t millis(){
2020
return now.time_since_epoch().count();
2121
}
2222

23-
size_t HardwareSerial::write(uint8_t ch) {
24-
cout << ch;
25-
return 1;
26-
}
27-
2823
}

0 commit comments

Comments
 (0)