summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorJoshua Drake <Joshua.Ellis.Drake@gmail.com>2024-05-04 11:15:57 -0500
committerJoshua Drake <Joshua.Ellis.Drake@gmail.com>2024-05-04 11:15:57 -0500
commitf54fe1d4bfdec539ec9143d1ec9040bb737e850a (patch)
treef667263b78f517dbab8ada8ce844538652271385 /main.c
parent3ee1a69c65589a744b67f770001022a884fe32ba (diff)
Minor clean up.
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index 04c1754..11787fd 100644
--- a/main.c
+++ b/main.c
@@ -110,6 +110,7 @@ int main(void)
if(*timeoutcounter > 0x02) //Open contactors if I2C communication is broken.
{
Message_OUT(0, 0, 0);
+ _LATB7 = 1; //Make sure activity light is off
_LATB8 = 0;
}
//(desired150, desired68, relay_delay);