/* * cmd_mbx.h * * Created on: Jul 27, 2021 * Author: Andreas Berthoud */ #ifndef CMD_MBX_H_ #define CMD_MBX_H_ #include #ifdef __cplusplus extern "C" { #endif typedef struct { uint8_t payload[247]; uint16_t size; } raw_command_t; #ifdef __cplusplus } #endif #endif /* CMD_MBX_H_ */