Fix edu-arm32 i2c.

This commit is contained in:
涂煜洋 2023-08-09 17:31:06 +08:00
parent bcf75bd62f
commit 0e82fac640
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
#define I2C_SLAVE_ADDRESS 0x0012U
int open_iic(void)
int OpenIic(void)
{
int iic_fd = PrivOpen(I2C_DEV_DRIVER, O_RDWR);
if (iic_fd < 0)