Skip to content

Commit 2bda388

Browse files
authored
Merge pull request #112 from arrio464/develop
Fix typo for ch32x0 series header files
2 parents fe8ee2a + 4a84495 commit 2bda388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def get_noneos_header_for_mcu(self, mcu):
257257
elif mcu.startswith("ch32l0"):
258258
header = "ch32l103.h"
259259
elif mcu.startswith("ch32x0"):
260-
header = "ch32x305.h"
260+
header = "ch32x035.h"
261261
elif mcu.startswith("ch641"):
262262
header = "ch641.h"
263263
elif mcu.startswith("ch643"):

0 commit comments

Comments
 (0)