rp2040: change default for serial to usb

This commit is contained in:
sago35
2022-07-14 09:42:20 +09:00
committed by Ron Evans
parent 3c2d2a93d3
commit 58f2533f15
9 changed files with 5 additions and 8 deletions
-1
View File
@@ -2,7 +2,6 @@
"inherits": [
"rp2040"
],
"serial": "uart",
"serial-port": ["acm:239a:80f1"],
"build-tags": ["feather_rp2040"],
"linkerscript": "targets/feather-rp2040.ld",