修复按键与BOOT冲突

This commit is contained in:
OPTOC
2025-10-23 18:39:21 +08:00
parent 21b4e242a0
commit ee28ccf5a7
2 changed files with 24 additions and 4 deletions

View File

@@ -58,4 +58,6 @@ void boot_set(uint8_t value);
/**
* @brief 设置boot按键为高阻态
*/
void boot_set_high_z(void);
void boot_set_high_z(void);
void key_test(void);