mirror of https://github.com/MLXXXp/Arduboy2.git
No need for size of sBuffer[] array in definition
The number of elements in the sBuffer[] array is already specified in the declaration.
This commit is contained in:
parent
d91314cdaf
commit
d0c0a940f2
|
@ -6,7 +6,7 @@
|
|||
//========== class Arduboy2Base ==========
|
||||
//========================================
|
||||
|
||||
uint8_t Arduboy2Base::sBuffer[(HEIGHT*WIDTH)/8];
|
||||
uint8_t Arduboy2Base::sBuffer[];
|
||||
|
||||
Arduboy2Base::Arduboy2Base()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue