removed obsolete code
This commit is contained in:
parent
7c574f805f
commit
8b899a65d3
1 changed files with 0 additions and 8 deletions
|
@ -28,8 +28,6 @@ console *cnsl = nullptr;
|
||||||
|
|
||||||
uint16_t exec_addr = 0;
|
uint16_t exec_addr = 0;
|
||||||
|
|
||||||
uint32_t start_ts = 0;
|
|
||||||
|
|
||||||
SdFat32 sd;
|
SdFat32 sd;
|
||||||
|
|
||||||
std::atomic_uint32_t stop_event { EVENT_NONE };
|
std::atomic_uint32_t stop_event { EVENT_NONE };
|
||||||
|
@ -220,12 +218,6 @@ void setup() {
|
||||||
Serial.flush();
|
Serial.flush();
|
||||||
|
|
||||||
cnsl->start_thread();
|
cnsl->start_thread();
|
||||||
|
|
||||||
Serial.println(F("Emulation starting!"));
|
|
||||||
|
|
||||||
start_ts = millis();
|
|
||||||
|
|
||||||
*running = true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void loop() {
|
void loop() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue