Skip to content

Commit b193d02

Browse files
committed
fix spelling of LED_BUILTIN for s8uno
1 parent 78ca1c2 commit b193d02

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sduino/hardware/sduino/stm8/variants/s8uno/pins_arduino.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ static const uint8_t SCL = PIN_WIRE_SCL;
9999
#define SDA PIN_WIRE_SDA
100100
#define SCL PIN_WIRE_SCL
101101

102-
#define PIN_LED_BUILDIN (PC5) // sduino: pin for the buildin LED, pin 13
102+
#define PIN_LED_BUILTIN (PC5) // sduino: pin for the buildin LED, pin 13
103103
#define PIN_TX (PD5) // sduino: pin for TX line, pin 1
104104
#define PIN_RX (PD6) // sduino: pin for RX line, pin 0
105105

106-
#define LED_BUILDIN (PC5) // pin for the buildin LED, pin 13
106+
#define LED_BUILTIN (PC5) // pin for the buildin LED, pin 13
107107

108108
#define PIN_A0 (PB0) // 14, Ain0
109109
#define PIN_A1 (PB1) // 15, Ain1

0 commit comments

Comments
 (0)