restart fix
This commit is contained in:
parent
27703ad706
commit
6f7f65c915
1 changed files with 1 additions and 1 deletions
|
@ -399,8 +399,8 @@ void loop() {
|
||||||
delay(3000);
|
delay(3000);
|
||||||
Serial.println(F(" *** EMULATION RESTARTING *** "));
|
Serial.println(F(" *** EMULATION RESTARTING *** "));
|
||||||
|
|
||||||
|
c->reset();
|
||||||
c->setRegister(7, exec_addr);
|
c->setRegister(7, exec_addr);
|
||||||
c->resetHalt();
|
|
||||||
|
|
||||||
start_ts = millis();
|
start_ts = millis();
|
||||||
icount = 0;
|
icount = 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue