From b71b2815b2c9a5e3530fa35d204b135be677e42c Mon Sep 17 00:00:00 2001 From: Scott Allen Date: Fri, 1 Apr 2016 17:54:09 -0400 Subject: [PATCH] Indent some lines for consistency --- src/core/core.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/core/core.cpp b/src/core/core.cpp index 00b7258..56280ce 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp @@ -93,10 +93,10 @@ ArduboyCore::ArduboyCore() {} void ArduboyCore::boot() { -#ifdef ARDUBOY_SET_CPU_8MHZ -// ARDUBOY_SET_CPU_8MHZ will be set by the IDE using boards.txt + #ifdef ARDUBOY_SET_CPU_8MHZ + // ARDUBOY_SET_CPU_8MHZ will be set by the IDE using boards.txt setCPUSpeed8MHz(); -#endif + #endif SPI.begin(); bootPins();