aboutsummaryrefslogtreecommitdiffstats
path: root/sw/main.cpp
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2019-10-21 11:25:37 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2019-10-21 11:25:37 +0200
commit89fbecf2f6cdc61e0a4b4e53f9c0fdd763a328c8 (patch)
treea43f494acd3f03d6639fcf00399f1600e5db429e /sw/main.cpp
parent1b6b097ced956c399fab05979eaaca1e3aeaa687 (diff)
downloadglutte-batteries-89fbecf2f6cdc61e0a4b4e53f9c0fdd763a328c8.tar.gz
glutte-batteries-89fbecf2f6cdc61e0a4b4e53f9c0fdd763a328c8.tar.bz2
glutte-batteries-89fbecf2f6cdc61e0a4b4e53f9c0fdd763a328c8.zip
Add minor remarks and comments in sw
Diffstat (limited to 'sw/main.cpp')
-rw-r--r--sw/main.cpp2
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) {