Linux: Fixed build error with gcc/clang

This commit is contained in:
Sour 2018-06-17 09:14:58 -04:00
parent 2d4b3040e3
commit 4f94b4dbb7

View file

@ -6,7 +6,7 @@
class Unl158B : public MMC3
{
private:
static constexpr uint8_t _protectionLut[8] = { 0x00, 0x00, 0x00, 0x01, 0x02, 0x04, 0x0F, 0x00 };
const uint8_t _protectionLut[8] = { 0x00, 0x00, 0x00, 0x01, 0x02, 0x04, 0x0F, 0x00 };
uint8_t _reg;
protected: