Skip to content

Commit

Permalink
fix:注释错了
Browse files Browse the repository at this point in the history
  • Loading branch information
allewalker committed Oct 27, 2023
1 parent d89af5c commit 7898818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luat/include/luat_mcu.h
Expand Up @@ -31,7 +31,7 @@ void luat_mcu_set_clk_source(uint8_t source_main, uint8_t source_32k, uint32_t d
* @brief 用户是否设置了外设的IOMUX
* @param type 外设类型 LUAT_MCU_PERIPHERAL_XXX
* @param sn 外设序号,0~7
* @return 0 用户没有配置 1用户配置了
* @return 0 用户配置了 1用户没配置
*/
uint8_t luat_mcu_iomux_is_default(uint8_t type, uint8_t sn);
/**
Expand Down

0 comments on commit 7898818

Please sign in to comment.