Skip to content

Commit 367d503

Browse files
committed
C6 has only one SPI
1 parent 0ef2dbb commit 367d503

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ extern "C" {
2525

2626
#define SPI_HAS_TRANSACTION
2727

28-
#if CONFIG_IDF_TARGET_ESP32C3 || CONFIG_IDF_TARGET_ESP32S3
28+
#if CONFIG_IDF_TARGET_ESP32C3 || CONFIG_IDF_TARGET_ESP32C6 || CONFIG_IDF_TARGET_ESP32S3
2929
#define FSPI 0
3030
#define HSPI 1
3131
#else

Diff for: libraries/SPI/examples/SPI_Multiple_Buses/.skip.esp32c6

Whitespace-only changes.

0 commit comments

Comments
 (0)