1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-07-28 09:53:45 +02:00

remove unused POWER* opcodes

This commit is contained in:
Harald Barth
2020-09-08 22:15:42 +02:00
parent 7a008938ec
commit d3506583d5
2 changed files with 0 additions and 6 deletions

View File

@@ -659,10 +659,6 @@ void DCC::ackManagerLoop(bool blocking) {
opcode=pgm_read_byte_near(ackManagerProg);
}
break;
case POWERON:
break;
case POWEROFF:
break;
case SKIPTARGET:
break;
default: