mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-20 14:54:31 +01:00
Change quote style for single char in sam too
Signed-off-by: Patrick Roncagliolo <ronca.pat@gmail.com>
This commit is contained in:
parent
0f57225a66
commit
e6a3b99697
@ -242,7 +242,7 @@ size_t Print::printFloat(double number, uint8_t digits)
|
||||
|
||||
// Print the decimal point, but only if there are digits beyond
|
||||
if (digits > 0) {
|
||||
n += print(".");
|
||||
n += print('.');
|
||||
}
|
||||
|
||||
// Extract digits from the remainder one at a time
|
||||
|
Loading…
x
Reference in New Issue
Block a user