Skip to content

Commit 1c99387

Browse files
author
rogerclarkmelbourne
committed
Manually implemented part of #47 in print.cpp
1 parent bffbdce commit 1c99387

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

STM32F1/cores/maple/Print.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ size_t Print::write(const void *buffer, uint32 size) {
6565
}
6666

6767
size_t Print::print(uint8 b, int base) {
68-
print((uint64)b, base);
68+
return print((uint64)b, base);
6969
}
7070

7171
size_t Print::print(const String &s)

0 commit comments

Comments
 (0)