Merge branch 'master' of git.ipng.nl:pim/mgos_i2c_mock
This commit is contained in:
BIN
doc/imu/AK8975.pdf
Normal file
BIN
doc/imu/AK8975.pdf
Normal file
Binary file not shown.
@ -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;
|
||||
|
Reference in New Issue
Block a user