Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2eb63d6

Browse filesBrowse files
committed
fix(esp32p4): Add missing target in SPI example
1 parent e93de21 commit 2eb63d6
Copy full SHA for 2eb63d6

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎libraries/SPI/examples/SPI_Multiple_Buses/SPI_Multiple_Buses.ino

Copy file name to clipboardExpand all lines: libraries/SPI/examples/SPI_Multiple_Buses/SPI_Multiple_Buses.ino
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
#define HSPI_SS 15
4040
#endif
4141

42-
#if CONFIG_IDF_TARGET_ESP32S2 || CONFIG_IDF_TARGET_ESP32S3
42+
#if CONFIG_IDF_TARGET_ESP32S2 || CONFIG_IDF_TARGET_ESP32S3 || CONFIG_IDF_TARGET_ESP32P4
4343
#define VSPI FSPI
4444
#endif
4545

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.