Skip to content

Commit 436177c

Browse files
author
Chrisotph Schultz
committed
corrected hal/getPinMap_thisboard.cpp
1 parent 3f1c021 commit 436177c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/hal/getpinmap_thisboard.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ const HalPinmap_t *GetPinmap_ThisBoard(void)
5555
return GetPinmap_Catena4630();
5656
#elif defined(ARDUINO_MCCI_CATENA_4801)
5757
return GetPinmap_Catena4801();
58+
#elif defined(ARDUINO_MCCI_CATENA_4802)
59+
return GetPinmap_Catena4802();
5860
#elif defined(ARDUINO_DISCO_L072CZ_LRWAN1)
5961
return GetPinmap_Disco_L072cz_Lrwan1();
6062
#elif defined(PINNOCHIO_SCOUT)

0 commit comments

Comments
 (0)