removed obsolete code

This commit is contained in:
folkert van heusden 2022-06-11 08:39:35 +02:00
parent 7c574f805f
commit 8b899a65d3

View file

@ -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() {