diff --git a/eeprom.hpp b/eeprom.hpp index dd6e653..547470f 100644 --- a/eeprom.hpp +++ b/eeprom.hpp @@ -8,7 +8,7 @@ type EEMEM __##name; \ constexpr auto name = &__##name -template +template > class Eeprom { public: operator T() const