Skip to content

Commit 1a6cb41

Browse files
committed
fix: variant: correct guard for RHF76_052
Fixes #1439 Signed-off-by: Frederic Pillon <[email protected]>
1 parent 3544b50 commit 1a6cb41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

variants/STM32L0xx/L051C(6-8)(T-U)/PeripheralPins_RHF76_052.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Automatically generated from STM32L051C(6-8)Tx.xml, STM32L051C(6-8)Ux.xml
1515
* CubeMX DB release 6.0.20
1616
*/
17-
#if !defined(CUSTOM_PERIPHERAL_PINS)
17+
#if defined(ARDUINO_RHF76_052)
1818
#include "Arduino.h"
1919
#include "PeripheralPins.h"
2020

@@ -192,3 +192,4 @@ WEAK const PinMap PinMap_SPI_SSEL[] = {
192192
//*** No USB ***
193193

194194
//*** No SD ***
195+
#endif /* ARDUINO_RHF76_052 */

0 commit comments

Comments
 (0)