Skip to content

Commit

Permalink
fix:注释错误
Browse files Browse the repository at this point in the history
  • Loading branch information
allewalker committed Apr 25, 2023
1 parent 9eaef51 commit a639a43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions luat/modules/luat_lib_mcu.c
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,9 @@ static const rotable_Reg_t reg_mcu[] =
// #endif
//@const UART number 外设类型-串口
{ "UART", ROREG_INT(LUAT_MCU_PERIPHERAL_UART) },
//@const UART number 外设类型-I2C
//@const I2C number 外设类型-I2C
{ "I2C", ROREG_INT(LUAT_MCU_PERIPHERAL_I2C) },
//@const UART number 外设类型-SPI
//@const SPI number 外设类型-SPI
{ "SPI", ROREG_INT(LUAT_MCU_PERIPHERAL_SPI) },
{ NULL, ROREG_INT(0) }
};
Expand Down

0 comments on commit a639a43

Please sign in to comment.