Skip to content

Commit

Permalink
fix: variant: correct guard for RHF76_052
Browse files Browse the repository at this point in the history
Fixes #1439

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
  • Loading branch information
fpistm committed Jul 7, 2021
1 parent 3544b50 commit 1a6cb41
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* Automatically generated from STM32L051C(6-8)Tx.xml, STM32L051C(6-8)Ux.xml
* CubeMX DB release 6.0.20
*/
#if !defined(CUSTOM_PERIPHERAL_PINS)
#if defined(ARDUINO_RHF76_052)
#include "Arduino.h"
#include "PeripheralPins.h"

Expand Down Expand Up @@ -192,3 +192,4 @@ WEAK const PinMap PinMap_SPI_SSEL[] = {
//*** No USB ***

//*** No SD ***
#endif /* ARDUINO_RHF76_052 */

0 comments on commit 1a6cb41

Please sign in to comment.