mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[bootloade] Fix freezing
This commit is contained in:
@@ -33,7 +33,7 @@ bool slotB_submenu() {
|
||||
}
|
||||
|
||||
bool installer_submenu() {
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
bool about_submenu() {
|
||||
|
||||
@@ -2,10 +2,11 @@
|
||||
#define _BOOTLOADER_ITOA_H_
|
||||
|
||||
namespace Bootloader {
|
||||
namespace Utility {
|
||||
class Utility {
|
||||
public:
|
||||
static char * itoa(int value, char * result, int base);
|
||||
static int versionSum(const char * version, int length);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user