From d351d88489f6204671a3e27771469e731899d57e Mon Sep 17 00:00:00 2001 From: Travis Elliott Date: Fri, 16 Oct 2015 12:19:30 -0500 Subject: [PATCH] changed system mode to automatic in Loop_test --- firmware/examples/Loop_Test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/examples/Loop_Test.cpp b/firmware/examples/Loop_Test.cpp index 5d6db23..7c0d70e 100644 --- a/firmware/examples/Loop_Test.cpp +++ b/firmware/examples/Loop_Test.cpp @@ -1,7 +1,7 @@ /* Includes ------------------------------------------------------------------*/ #include "NCD8Relay/NCD8Relay.h" -SYSTEM_MODE(MANUAL); +SYSTEM_MODE(AUTOMATIC); NCD8Relay relayController; /* This function is called once at start up ----------------------------------*/