diff options
Diffstat (limited to 'cores/arduino/WString.cpp')
-rw-r--r-- | cores/arduino/WString.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cores/arduino/WString.cpp b/cores/arduino/WString.cpp index 998cf22..f2572d6 100644 --- a/cores/arduino/WString.cpp +++ b/cores/arduino/WString.cpp @@ -745,6 +745,6 @@ float String::toFloat(void) const double String::toDouble(void) const { - if (buffer) return atof(buffer); - return 0; -}
\ No newline at end of file + if (buffer) return atof(buffer); + return 0; +} |