add reset command
This commit is contained in:
committed by
Jannis (jix) Harder
parent
7f0a9f9285
commit
49df405d14
@@ -47,6 +47,7 @@
|
||||
#include "irq.h"
|
||||
#include "pwm.h"
|
||||
#include "testing.h"
|
||||
#include "shell.h"
|
||||
|
||||
|
||||
|
||||
@@ -337,6 +338,7 @@ int main(void)
|
||||
info_P(PSTR("USB poll\n"));
|
||||
while (req_state != REQ_STATUS_SNES) {
|
||||
usbPoll();
|
||||
shell_run();
|
||||
}
|
||||
|
||||
|
||||
@@ -363,6 +365,7 @@ int main(void)
|
||||
info_P(PSTR("Poll USB\n"));
|
||||
while ((req_state != REQ_STATUS_AVR)) {
|
||||
usbPoll();
|
||||
shell_run();
|
||||
}
|
||||
info_P(PSTR("-->Switch TO AVR\n"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user