TS SD integration #1653

This commit is contained in:
rusefi 2020-08-05 20:43:16 -04:00
parent 485ff2c62a
commit b63bf2aea8
2 changed files with 3 additions and 1 deletions

View File

@ -36,7 +36,6 @@ struct ts_channel_s {
};
// These commands are used exclusively by the rusEfi console
#define TS_TEST_COMMAND 't' // 0x74
#define TS_GET_FILE_RANGE '2' // 0x32

View File

@ -1661,6 +1661,9 @@ end_struct
// Engine Sniffer time stamp unit, in microseconds
#define ENGINE_SNIFFER_UNIT_US 10
// These commands are used exclusively by the rusEfi console
#define TS_TEST_COMMAND 't' // 0x74
#define TS_SD_R_COMMAND 'r'
#define TS_SD_W_COMMAND 'w'