Files
retrobsd/tools/configsys/dev/rdisk.dev
Serge Vakulenko 717ab59efd Switch to kconfig completely.
All configsys stuff moved to tools/configsys/ directory, not used anymore.
2015-09-07 22:22:35 -07:00

26 lines
499 B
Plaintext

always
file rdisk.o
end always
option led
define LED_DISK_PORT $TRIS(%1)
define LED_DISK_PIN $PIN(%1)
end option
option invled
define LED_DISK_PORT $TRIS(%1)
define LED_DISK_PIN $PIN(%1)
define LED_DISK_INVERT YES
end option
option swap
define LED_SWAP_PORT $TRIS(%1)
define LED_SWAP_PIN $PIN(%1)
end option
option invswap
define LED_SWAP_PORT $TRIS(%1)
define LED_SWAP_PIN $PIN(%1)
define LED_SWAP_INVERT YES
end option