my_ui_init测试

This commit is contained in:
Kidenygood
2023-04-03 22:16:41 +08:00
parent b37ceaa2e9
commit 79ace733d3
2 changed files with 8 additions and 15 deletions

View File

@@ -7,12 +7,12 @@
extern uint8_t UI_Seq;
#pragma pack(1)
#define RE_TX_BUFFER_SIZE 1024
#define RE_TX_BUFFER_SIZE 512
//发送缓冲区结构体定义
typedef struct
{
uint8_t buffer[RE_TX_BUFFER_SIZE];
uint8_t pos;
uint16_t pos;
} referee_tx_buffer_t;
typedef struct