Linux: Fixed build error with gcc/clang
This commit is contained in:
parent
2d4b3040e3
commit
4f94b4dbb7
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
class Unl158B : public MMC3
|
class Unl158B : public MMC3
|
||||||
{
|
{
|
||||||
private:
|
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;
|
uint8_t _reg;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
Loading…
Add table
Reference in a new issue