Skip to content

Commit 54c13ec

Browse files
authored
Merge pull request #565 from ppannuto/patch-1
Add missing pinmap option
2 parents 0e67c4e + 7fb23b6 commit 54c13ec

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_DISCO_L072CZ_LRWAN1)
59+
return GetPinmap_Disco_L072cz_Lrwan1();
5860
#elif defined(PINNOCHIO_SCOUT)
5961
return GetPinmap_PinnochioScount();
6062
#elif defined(ARDUINO_TTGO_LoRa32_V1)

0 commit comments

Comments
 (0)