Skip to content

Commit 6d38707

Browse files
authored
SPI (fix): added a space - typo error, simple fix.
1 parent 44b2a63 commit 6d38707

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: cores/esp32/esp32-hal-spi.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ extern "C" {
3333
#define HSPI 1
3434
#elif CONFIG_IDF_TARGET_ESP32S2
3535
#define FSPI 1 //SPI 1 bus. ESP32S2: for external memory only (can use the same data lines but different SS)
36-
#define HSPI 2 //SPI 2 bus. ESP32S2: external memory or device - itcan be matrixed to any pins
36+
#define HSPI 2 //SPI 2 bus. ESP32S2: external memory or device - it can be matrixed to any pins
3737
#define SPI2 2 // Another name for ESP32S2 SPI 2
38-
#define SPI3 3 //SPI 3 bus. ESP32S2: device only - itcan be matrixed to any pins
38+
#define SPI3 3 //SPI 3 bus. ESP32S2: device only - it can be matrixed to any pins
3939
#elif CONFIG_IDF_TARGET_ESP32
4040
#define FSPI 1 //SPI 1 bus attached to the flash (can use the same data lines but different SS)
4141
#define HSPI 2 //SPI 2 bus normally mapped to pins 12 - 15, but can be matrixed to any pins

0 commit comments

Comments
 (0)