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

19 lines
305 B
Plaintext

always
file cons.o
end always
option led
define LED_TTY_PORT $TRIS(%1)
define LED_TTY_PIN $PIN(%1)
end option
option invled
define LED_TTY_PORT $TRIS(%1)
define LED_TTY_PIN $PIN(%1)
define LED_TTY_INVERT YES
end option
option device
define CONSOLE_DEVICE %1
end option