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

View File

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