Skip to content

Commit

Permalink
Update Example999_Portable.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulZC committed Jul 26, 2021
1 parent b944489 commit 5ee49bc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ ICM_20948_Status_e my_read_i2c(uint8_t reg, uint8_t *buff, uint32_t len, void *u
buff[i] = WIRE_PORT.read();
}
}
WIRE_PORT.endTransmission();

return ICM_20948_Stat_Ok;
}
Expand Down

0 comments on commit 5ee49bc

Please sign in to comment.