Skip to content

Commit 492fc7c

Browse files
authored
fix(arduino): spacing and commentary error
1 parent 516c9a7 commit 492fc7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp32/esp32-hal.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ const uint8_t BOOT_PIN = 0;
141141
#elif CONFIG_IDF_TARGET_ESP32P4
142142
const uint8_t BOOT_PIN = 35;
143143
#else
144-
// All other series C and HSoC use GPIO 9 as BOOT PIN
144+
// All other series C and H SoC use GPIO 9 as BOOT PIN
145145
const uint8_t BOOT_PIN = 9;
146146
#endif
147147

0 commit comments

Comments
 (0)