app启动时如果boot魔数校验错误则自动升级bootloader

This commit is contained in:
andy
2023-10-12 23:37:12 +08:00
parent 17b4ebf188
commit fda9545130
18 changed files with 2865 additions and 1408 deletions

View File

@@ -178,7 +178,7 @@ typedef struct{
uint8_t *rx_buff;
uint32_t rx_buff_size;
void *sem;
int in_send;
volatile int in_send;
}self_data;