From 33a4d55f03451f487ace046a6f2328351fda69ee Mon Sep 17 00:00:00 2001 From: BlackMark Date: Tue, 7 Apr 2020 19:14:09 +0200 Subject: [PATCH] Add automatic deduction of address type --- eeprom.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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