Skip to content

Commit 7eb95d0

Browse files
committed
Fixed syntax error
Fixed syntax error
1 parent a13a2e5 commit 7eb95d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

boards/cezerio_dev_esp32c6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"flash_mode": "qio",
77
"hwids": [
88
[
9-
"0X303a",
9+
"0x303a",
1010
"0x1001"
1111
]
1212
],

boards/cezerio_mini_dev_esp32c6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"flash_mode": "qio",
77
"hwids": [
88
[
9-
"0X303a",
9+
"0x303a",
1010
"0x1001"
1111
]
1212
],

0 commit comments

Comments
 (0)