[review] revert flasher code

This commit is contained in:
devdl11
2022-04-08 18:33:27 +02:00
parent f4e84bc208
commit a0caf67d7c
4 changed files with 54 additions and 41 deletions

View File

@@ -2,7 +2,6 @@
#define _BOOTLOADER_ITOA_H_
namespace Utility {
static char * itoa(int value, char * result, int base);
static int versionSum(const char * version, int length);
}