Patch i2c, info menu

This commit is contained in:
Scott Lahteine
2020-04-27 09:42:51 -05:00
parent 9b90dfaa48
commit 035d6cd16d
4 changed files with 10 additions and 10 deletions

View File

@@ -27,6 +27,10 @@
#define HAL_ADC_RANGE _BV(HAL_ADC_RESOLUTION)
#ifndef I2C_ADDRESS
#define I2C_ADDRESS(A) (A)
#endif
inline void watchdog_refresh() {
TERN_(USE_WATCHDOG, HAL_watchdog_refresh());
}