Wrangle HAL EEPROM types

This commit is contained in:
Scott Lahteine
2020-04-21 21:26:25 -05:00
parent d666ef00e0
commit 0fec478562
10 changed files with 14 additions and 9 deletions

View File

@ -20,3 +20,7 @@
*
*/
#pragma once
#if USE_FALLBACK_EEPROM
#define USE_WIRED_EEPROM 1
#endif