#ifndef __APP_BOOT_H #define __APP_BOOT_H /** * @brief APP 启动入口:Bootloader 交接 → HAL/时钟/IWDG → 应用初始化 → OTA 确认 */ void app_startup(void); #endif /* __APP_BOOT_H */