1
0
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:
James Snyder 2015-04-23 19:42:49 -05:00
parent e47ec9438a
commit b2c5cab758

View File

@ -19,7 +19,7 @@ return {
clocks = { external = 12000000, cpu = 100000000 },
map_pins = {
port = { 0, 0 },
pin = { 2, 2 },
pin = { 2, 3 },
pinfunction = { 1, 1 }
}
},