diff --git a/bootloader/itoa.cpp b/bootloader/itoa.cpp index 34aa60692..41e6bdc0e 100644 --- a/bootloader/itoa.cpp +++ b/bootloader/itoa.cpp @@ -61,4 +61,4 @@ char* Bootloader::Utility::itoa(int value, char* buffer, int base) // reverse the string and return it return reverse(buffer, 0, i - 1); -} \ No newline at end of file +}