TS SD integration #1653
This commit is contained in:
parent
485ff2c62a
commit
b63bf2aea8
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue