We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bd3487 commit 1163cc2Copy full SHA for 1163cc2
cores/nRF5/Print.h
@@ -58,7 +58,7 @@ class Print
58
59
// default to zero, meaning "a single write may block"
60
// should be overriden by subclasses with buffering
61
- virtual size_t availableForWrite() { return 0; }
+ virtual int availableForWrite() { return 0; }
62
63
size_t print(const __FlashStringHelper *);
64
size_t print(const String &);
cores/nRF5/TinyUSB/Adafruit_TinyUSB_ArduinoCore
0 commit comments