From 3328bc28b9fcb6fccc2ec58f145db2bfb6c82163 Mon Sep 17 00:00:00 2001 From: devdl11 <54149885+devdl11@users.noreply.github.com> Date: Fri, 8 Apr 2022 13:16:52 +0200 Subject: [PATCH] Update bootloader/itoa.cpp Co-authored-by: Lauryy06 <80424145+Lauryy06@users.noreply.github.com> --- bootloader/itoa.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +}