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()
|
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();
|
||||||
|
|
Loading…
Reference in New Issue