mirror of https://github.com/MLXXXp/Arduboy2.git
Indent some lines for consistency
This commit is contained in:
parent
ded48cef81
commit
b71b2815b2
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue