fix(vd960Loop): 编译错误修复 — Flt_Reg/SensTable/macros/INCNT
This commit is contained in:
@@ -52,6 +52,7 @@ __IO uint32_t sys_counter = 0;
|
||||
|
||||
__IO uint64_t TimingDelayInc;
|
||||
__IO uint32_t TimingDelayDec;
|
||||
uint8_t g_input_div = 1;
|
||||
|
||||
TaskHandle_t loop_task_handler;
|
||||
|
||||
@@ -703,8 +704,6 @@ void manage_dbn_ble_default(uint8_t *pkg, uint8_t len)
|
||||
return;
|
||||
}
|
||||
|
||||
memset(tmp_ble_buf, 0, BUFF_STACK_SIZE);
|
||||
|
||||
if(_ota_pre_flag){
|
||||
PRINT("OTA Pre Flag: %d\n", _ota_pre_flag);
|
||||
if(pkg[1] == 0x01 && pkg[2] == 0x00 && pkg[3] == 0x01 && pkg[4] == 0xA5 && pkg[5] == 0xA7){
|
||||
|
||||
Reference in New Issue
Block a user