We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bffbdce commit 1c99387Copy full SHA for 1c99387
1 file changed
STM32F1/cores/maple/Print.cpp
@@ -65,7 +65,7 @@ size_t Print::write(const void *buffer, uint32 size) {
65
}
66
67
size_t Print::print(uint8 b, int base) {
68
- print((uint64)b, base);
+ return print((uint64)b, base);
69
70
71
size_t Print::print(const String &s)
0 commit comments