Skip to content

Commit 7fb23b6

Browse files
authored
Add missing pinmap option
v3.1 adds this pinmap function, but doesn't select it if the board is selected. Tested on `ST B-L072Z-LRWAN1`
1 parent 4eb195e commit 7fb23b6

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)