19 lines
305 B
Plaintext
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
|