Merge branch 'master' of git.ipng.nl:pim/mgos_i2c_mock

This commit is contained in:
Pim van Pelt
2019-01-05 13:53:23 +01:00
2 changed files with 1 additions and 2 deletions

BIN
doc/imu/AK8975.pdf Normal file

Binary file not shown.

View File

@ -16,7 +16,7 @@ static int usage(void) {
return -1;
}
static void i2c_scanner(struct mgos_i2c *i2c, bool dumpregs) {
void i2c_scanner(struct mgos_i2c *i2c, bool dumpregs) {
int i;
if (!i2c) {
@ -118,7 +118,6 @@ int main(int argc, char **argv, char **environ) {
tests_destroy();
return 0;
(void)argc;
(void)argv;
(void)environ;