Skip to content

Commit

Permalink
Fix indentation (whitespace)
Browse files Browse the repository at this point in the history
  • Loading branch information
terrillmoore committed Oct 10, 2021
1 parent 79318c5 commit 8bff909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hal/getpinmap_thisboard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const HalPinmap_t *GetPinmap_ThisBoard(void)
#elif defined(ARDUINO_MCCI_CATENA_4801)
return GetPinmap_Catena4801();
#elif defined(ARDUINO_MCCI_CATENA_4802)
return GetPinmap_Catena4802();
return GetPinmap_Catena4802();
#elif defined(ARDUINO_DISCO_L072CZ_LRWAN1)
return GetPinmap_Disco_L072cz_Lrwan1();
#elif defined(PINNOCHIO_SCOUT)
Expand Down

0 comments on commit 8bff909

Please sign in to comment.