Explorar o código

LCD: Remove unneeded #undef with no matching #define.

Emmanuel Gil Peyrot %!s(int64=10) %!d(string=hai) anos
pai
achega
387d935a54
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      src/core/hw/lcd.h

+ 0 - 2
src/core/hw/lcd.h

@@ -52,8 +52,6 @@ struct Regs {
         return content[index];
     }
 
-#undef ASSERT_MEMBER_SIZE
-
 };
 static_assert(std::is_standard_layout<Regs>::value, "Structure does not use standard layout");