fixed typo

This commit is contained in:
Markus Fröschle
2015-01-15 15:16:51 +00:00
parent d598d9ac65
commit 2d529ecd9d
3 changed files with 5 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ void i2c_set_frequency(int hz)
{
}
int i2c_read(int address, char *data, int lengt, bool repeated)
int i2c_read(int address, char *data, int length, bool repeated)
{
return 0;
}