MFPT is no longer switchable

This commit is contained in:
folkert van heusden 2023-03-21 20:31:55 +01:00
parent 5bad90a820
commit a9b42ff1d7
Signed by untrusted user who does not match committer: folkert
GPG key ID: 6B6455EDFEED3BD1

View file

@ -181,8 +181,6 @@ void setup() {
Serial.println(F("Connect CPU to BUS"));
b->add_cpu(c);
c->setEmulateMFPT(true);
Serial.println(F("Init console"));
cnsl = new console_esp32(&stop_event, b);