some minors fix
This commit is contained in:
parent
36d8e10279
commit
f135752523
4 changed files with 13 additions and 28 deletions
|
|
@ -45,7 +45,7 @@ static uint8_t g_sda_pin;
|
|||
|
||||
inline bool i2c_status(void)
|
||||
{
|
||||
return flag;
|
||||
return started;
|
||||
}
|
||||
|
||||
void i2c_init(uint8_t scl_pin, uint8_t sda_pin)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue