This commit is contained in:
Sébastien Millet 2022-11-01 09:56:10 +01:00
commit ce6e960758
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ extern "C" char* sbrk(int incr);
extern char *__brkval;
#endif // __arm__
static fatal(const char* file, long int line, short unsigned len) {
static void fatal(const char* file, long int line, short unsigned len) {
Serial.print(newline);
Serial.print(file);
Serial.print(newline);