Skip to content

Commit a76b228

Browse files
committed
Fix ethernet examples JSON for P4
1 parent 8422b74 commit a76b228

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"requires": [
33
"CONFIG_ETH_USE_ESP32_EMAC=y"
4-
]
4+
],
5+
"targets": {
6+
"esp32p4": false
7+
}
58
}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"requires": [
33
"CONFIG_ETH_USE_ESP32_EMAC=y"
4-
]
4+
],
5+
"targets": {
6+
"esp32p4": false
7+
}
58
}

0 commit comments

Comments
 (0)