MRS 编译报错: 1. offlog.c: SPI_Flash_Erase_Sector 隐式声明 → storage.h 补声明 2. peripheral_main.c: OFFLOG_RCC_RSTSCKR 未声明 → RCC 宏从 offlog.c 移到 offlog.h (peripheral_main.c 只 include offlog.h) 3. offlog.c 删除本地重复 RCC 宏定义 单测重跑 ALL PASS
MRS 编译报错: 1. offlog.c: SPI_Flash_Erase_Sector 隐式声明 → storage.h 补声明 2. peripheral_main.c: OFFLOG_RCC_RSTSCKR 未声明 → RCC 宏从 offlog.c 移到 offlog.h (peripheral_main.c 只 include offlog.h) 3. offlog.c 删除本地重复 RCC 宏定义 单测重跑 ALL PASS