changed system mode to automatic in Loop_test
This commit is contained in:
parent
a55130f177
commit
d351d88489
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ----------------------------------*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue