some minors fix

This commit is contained in:
Zaltora 2017-01-08 20:27:06 +01:00
parent 36d8e10279
commit f135752523
4 changed files with 13 additions and 28 deletions

View file

@ -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)