Update Payload_BME280_MPU6050_XS.ino missing ;

pull/296/head
Alan Johnston 2 years ago committed by GitHub
parent c98016b26a
commit 209bfb5ba9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -357,7 +357,7 @@ short eeprom_word_read(int addr)
#if !defined(ARDUINO_ARCH_MBED_RP2040) && !defined(ARDUINO_ARCH_RP2040)
result = ((EEPROM.read(addr * 2 + 1) << 8) | EEPROM.read(addr * 2));
#endif
return result
return result;
}
void blink_setup()

Loading…
Cancel
Save

Powered by TurnKey Linux.