// // Created by cfif on 06.08.2024. // #ifndef SMART_COMPONENTS_UPDATE_TESTERPRESENT_3E_H #define SMART_COMPONENTS_UPDATE_TESTERPRESENT_3E_H #include "stdint.h" // Для готовности загрузки модема typedef struct __attribute__ ((packed)) { uint8_t ServiceId; uint8_t zeroSubFunction; } tTesterPresent; #endif //SMART_COMPONENTS_UPDATE_TESTERPRESENT_3E_H