From 47114cf366e1457ffed06a8ef95ed3572edd833b Mon Sep 17 00:00:00 2001 From: Josh Goebel Date: Sun, 21 Feb 2016 01:48:22 -0500 Subject: [PATCH] remove extra ; --- src/core/core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/core.h b/src/core/core.h index d0c4824..4ca77b4 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -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: