mirror of https://github.com/MLXXXp/Arduboy2.git
remove extra ;
This commit is contained in:
parent
a92747f38d
commit
47114cf366
|
@ -291,7 +291,7 @@ protected:
|
|||
void static inline bootOLED() __attribute__((always_inline));
|
||||
void static inline bootPins() __attribute__((always_inline));
|
||||
void static inline slowCPU() __attribute__((always_inline));
|
||||
void static inline saveMuchPower(); __attribute__((always_inline));
|
||||
void static inline saveMuchPower() __attribute__((always_inline));
|
||||
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in New Issue