Files
retrobsd/sys/pic32/cfg/uart.dev
2014-04-09 14:27:18 +01:00

14 lines
211 B
Plaintext

always
file uart.o
define UART%0_ENABLED YES
end always
option baud
define UART%0_BAUD %1
end option
option power
define UART%0_ENA_PORT $TRIS(%1)
define UART%0_ENA_PIN $PIN(%1)
end option