auto-sync

This commit is contained in:
rusEfi 2015-05-19 00:05:03 -04:00
parent 0568963a68
commit 87dc1205b2
2 changed files with 6 additions and 0 deletions

View File

@ -70,6 +70,7 @@ int getRemainingStack(Thread *otp);
// todo: move somewhere else?
bool_t lockAnyContext(void);
void unlockAnyContext(void);
void applyNewConfiguration(void);
#ifdef __cplusplus
}

View File

@ -127,6 +127,11 @@ bool isConsoleReady(void) {
return isSerialOverTcpReady;
}
void applyNewConfiguration(void) {
}
bool hasFirmwareErrorFlag = false;
void onFatalError(const char *msg, const char * file, int line) {