auto-sync
This commit is contained in:
parent
fc213cf03a
commit
8c9a3e69ff
|
@ -366,7 +366,7 @@ void updateDevConsoleState(Engine *engine) {
|
|||
printWave(&logger);
|
||||
#endif
|
||||
|
||||
printLine(&logger);
|
||||
scheduleLogging(&logger);
|
||||
}
|
||||
|
||||
#if EFI_PROD_CODE
|
||||
|
|
|
@ -14,6 +14,10 @@
|
|||
#include "pin_repository.h"
|
||||
#endif
|
||||
|
||||
// that's hex for "~\n", see
|
||||
#define BINARY_SWITCH_TAG 0x7e0d
|
||||
#define BINARY_COMMAND "~"
|
||||
|
||||
#define PROTOCOL "001"
|
||||
#define TS_SIGNATURE "MShift v0.01"
|
||||
|
||||
|
|
|
@ -8,5 +8,6 @@
|
|||
#define UTIL_LOGGINGCENTRAL_H_
|
||||
|
||||
void initLoggingCentral(void);
|
||||
char * swapOutputBuffers(int *actualOutputBufferSize);
|
||||
|
||||
#endif /* UTIL_LOGGINGCENTRAL_H_ */
|
||||
|
|
Loading…
Reference in New Issue