1波特率拉高到2.5Mbps
This commit is contained in:
parent
61e3bf3dff
commit
7ef214ee14
|
@ -21,5 +21,8 @@
|
||||||
"hal.h": "c",
|
"hal.h": "c",
|
||||||
"bsp_iwdg.h": "c",
|
"bsp_iwdg.h": "c",
|
||||||
"bsp_valve_dect.h": "c"
|
"bsp_valve_dect.h": "c"
|
||||||
|
=======
|
||||||
|
"bsp_iwdg.h": "c"
|
||||||
|
>>>>>>> ff9c225 (波特率拉高到2.5Mbps)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -213,9 +213,17 @@ int main(void)
|
||||||
|
|
||||||
BSP_KEY_Init(app_task_handler);
|
BSP_KEY_Init(app_task_handler);
|
||||||
|
|
||||||
DelayMs(10);
|
// IWDG_Init(1500);
|
||||||
|
DelayMs(1000 * 3);
|
||||||
|
|
||||||
BSP_ADC_Init();
|
BSP_ADC_Init();
|
||||||
|
|
||||||
|
BSP_VAVLE_Init();
|
||||||
|
|
||||||
|
HAL_Init();
|
||||||
|
GAPRole_PeripheralInit();
|
||||||
|
Peripheral_Init();
|
||||||
|
|
||||||
BSP_BlockSleep();
|
BSP_BlockSleep();
|
||||||
BSP_RequestBoost();
|
BSP_RequestBoost();
|
||||||
#if 0
|
#if 0
|
||||||
|
|
Loading…
Reference in New Issue