فهرست منبع

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

Emmanuel Gil Peyrot 10 سال پیش
والد
کامیت
387d935a54
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  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");