diff options
Diffstat (limited to 'sw/main.cpp')
-rw-r--r-- | sw/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/main.cpp b/sw/main.cpp index 562c4e6..712adc0 100644 --- a/sw/main.cpp +++ b/sw/main.cpp @@ -210,6 +210,8 @@ int main() DDRC = PINC_OUTPUTS; DDRD = PIND_OUTPUTS; + // Warning: Bi-stable relays are still in unknown state! + /* Setup UART */ uart_init(UART_BAUD_SELECT(9600, F_CPU)); if (mcusr_mirror & WDRF) { |