This commit is contained in:
2025-09-26 18:12:48 +03:00
parent 514ddd1a3b
commit 751c8ee385

View File

@@ -53,15 +53,15 @@ extern "C"
{
#endif
typedef struct
{
char *cmm;
char *channel_1;
char *channel_2;
char *channel_3;
char *channel_4;
uint8_t button;
} component_t;
typedef struct
{
char *cmm;
char *channel_1;
char *channel_2;
char *channel_3;
char *channel_4;
uint8_t button;
} component_t;
#ifdef __cplusplus
}