Indent some lines for consistency

This commit is contained in:
Scott Allen 2016-04-01 17:54:09 -04:00
parent ded48cef81
commit b71b2815b2
1 changed files with 3 additions and 3 deletions

View File

@ -93,10 +93,10 @@ ArduboyCore::ArduboyCore() {}
void ArduboyCore::boot() void ArduboyCore::boot()
{ {
#ifdef ARDUBOY_SET_CPU_8MHZ #ifdef ARDUBOY_SET_CPU_8MHZ
// ARDUBOY_SET_CPU_8MHZ will be set by the IDE using boards.txt // ARDUBOY_SET_CPU_8MHZ will be set by the IDE using boards.txt
setCPUSpeed8MHz(); setCPUSpeed8MHz();
#endif #endif
SPI.begin(); SPI.begin();
bootPins(); bootPins();