Browse Source

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

nce_cpp
Emmanuel Gil Peyrot 10 years ago
parent
commit
2d5eb25cad
  1. 2
      src/core/hw/lcd.h

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");

Loading…
Cancel
Save