Suppress some compile warnings

This commit is contained in:
Scott Lahteine
2018-11-04 15:25:26 -06:00
parent 176654791e
commit 9c0e05552e
3 changed files with 4 additions and 5 deletions

View File

@ -155,5 +155,4 @@ void eeprom_read_block(void* pos, const void* eeprom_address, size_t n) {
if (Wire.available()) *((uint8_t*)pos + c) = Wire.read();
}
#endif // ENABLED(I2C_EEPROM)
#endif // I2C_EEPROM