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 0f57225 commit e6a3b99Copy full SHA for e6a3b99
hardware/arduino/sam/cores/arduino/Print.cpp
@@ -242,7 +242,7 @@ size_t Print::printFloat(double number, uint8_t digits)
242
243
// Print the decimal point, but only if there are digits beyond
244
if (digits > 0) {
245
- n += print(".");
+ n += print('.');
246
}
247
248
// Extract digits from the remainder one at a time
0 commit comments