Pushing to 2.39 as I have have not done the last one rightly...

This commit is contained in:
Gordon Henderson
2017-01-24 12:13:39 +00:00
parent e77ee78b4d
commit e687f3f2c6
16 changed files with 122 additions and 68 deletions

View File

@@ -38,7 +38,7 @@
#define I2C_ADDRESS 0x40
int checksum (uint8_t data [4])
int checksum (UNU uint8_t data [4])
{
return TRUE ;
}