We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78ca1c2 commit b193d02Copy full SHA for b193d02
1 file changed
sduino/hardware/sduino/stm8/variants/s8uno/pins_arduino.h
@@ -99,11 +99,11 @@ static const uint8_t SCL = PIN_WIRE_SCL;
99
#define SDA PIN_WIRE_SDA
100
#define SCL PIN_WIRE_SCL
101
102
-#define PIN_LED_BUILDIN (PC5) // sduino: pin for the buildin LED, pin 13
+#define PIN_LED_BUILTIN (PC5) // sduino: pin for the buildin LED, pin 13
103
#define PIN_TX (PD5) // sduino: pin for TX line, pin 1
104
#define PIN_RX (PD6) // sduino: pin for RX line, pin 0
105
106
-#define LED_BUILDIN (PC5) // pin for the buildin LED, pin 13
+#define LED_BUILTIN (PC5) // pin for the buildin LED, pin 13
107
108
#define PIN_A0 (PB0) // 14, Ain0
109
#define PIN_A1 (PB1) // 15, Ain1
0 commit comments