auto-sync
This commit is contained in:
parent
0568963a68
commit
87dc1205b2
|
@ -70,6 +70,7 @@ int getRemainingStack(Thread *otp);
|
|||
// todo: move somewhere else?
|
||||
bool_t lockAnyContext(void);
|
||||
void unlockAnyContext(void);
|
||||
void applyNewConfiguration(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue