reboot and pass tests

This commit is contained in:
Conor Patrick
2018-12-03 00:01:41 -05:00
parent bfa2d2830d
commit eb39e0f2c4
5 changed files with 26 additions and 43 deletions

View File

@@ -4,7 +4,7 @@
#define DEBUG_UART USART1
#define DEBUG_LEVEL 1
#define DEBUG_LEVEL 0
#define NON_BLOCK_PRINTING 0

View File

@@ -166,6 +166,7 @@ int main(int argc, char * argv[])
if (REBOOT_FLAG)
{
delay(250);
device_reboot();
}
}