mirror of
https://github.com/elua/elua.git
synced 2025-01-25 01:02:54 +08:00
correct pin configuration for mbed uart
This commit is contained in:
parent
e47ec9438a
commit
b2c5cab758
@ -19,7 +19,7 @@ return {
|
|||||||
clocks = { external = 12000000, cpu = 100000000 },
|
clocks = { external = 12000000, cpu = 100000000 },
|
||||||
map_pins = {
|
map_pins = {
|
||||||
port = { 0, 0 },
|
port = { 0, 0 },
|
||||||
pin = { 2, 2 },
|
pin = { 2, 3 },
|
||||||
pinfunction = { 1, 1 }
|
pinfunction = { 1, 1 }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user