This commit is contained in:
rusefi 2017-05-26 23:26:09 -04:00
parent e46423df70
commit badbdf7bb1
1 changed files with 7 additions and 0 deletions

View File

@ -69,6 +69,13 @@ void runBinaryProtocolLoop(ts_channel_s *tsChannel, bool isConsoleRedirect);
#endif
typedef pre_packed struct
post_packed {
short int offset;
short int count;
} TunerStudioOchRequest;
typedef pre_packed struct
post_packed {
short int page;
short int offset;