mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
Update bootloader/itoa.cpp
Co-authored-by: Lauryy06 <80424145+Lauryy06@users.noreply.github.com>
This commit is contained in:
@@ -61,4 +61,4 @@ char* Bootloader::Utility::itoa(int value, char* buffer, int base)
|
|||||||
|
|
||||||
// reverse the string and return it
|
// reverse the string and return it
|
||||||
return reverse(buffer, 0, i - 1);
|
return reverse(buffer, 0, i - 1);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user