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.
2 parents 5e2c763 + 6d5463c commit 20f6af4Copy full SHA for 20f6af4
arduino/avr/cores/arduino/Print.cpp
@@ -250,7 +250,7 @@ size_t Print::printFloat(double number, uint8_t digits)
250
251
// Print the decimal point, but only if there are digits beyond
252
if (digits > 0) {
253
- n += print(".");
+ n += print('.');
254
}
255
256
// Extract digits from the remainder one at a time
0 commit comments