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 #endif
typedef struct typedef struct
{ {
char *cmm; char *cmm;
char *channel_1; char *channel_1;
char *channel_2; char *channel_2;
char *channel_3; char *channel_3;
char *channel_4; char *channel_4;
uint8_t button; uint8_t button;
} component_t; } component_t;
#ifdef __cplusplus #ifdef __cplusplus
} }