TS SD integration #1653

This commit is contained in:
rusefi 2020-08-02 21:38:32 -04:00
parent 661c57c43a
commit 73f07d6efc
2 changed files with 3 additions and 1 deletions

View File

@ -482,6 +482,8 @@ static bool isKnownCommand(char command) {
|| command == TS_GET_FIRMWARE_VERSION
|| command == TS_PERF_TRACE_BEGIN
|| command == TS_PERF_TRACE_GET_BUFFER
|| command == TS_SD_R_COMMAND
|| command == TS_SD_W_COMMAND
|| command == TS_GET_CONFIG_ERROR;
}

View File

@ -1621,7 +1621,7 @@ end_struct
#define TS_COMPOSITE_DISABLE 2
// Performance tracing
#define TS_PERF_TRACE_BEGIN 'r'
#define TS_PERF_TRACE_BEGIN '_'
#define TS_PERF_TRACE_GET_BUFFER 'b'
// 0x50