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

Merge branch 'frightrisk-outputs' of https://github.com/DCC-EX/CommandStation-EX into frightrisk-outputs

Conflicts:
	DCCEXParser.cpp
This commit is contained in:
Harald Barth
2020-10-28 20:41:25 +01:00
2 changed files with 1 additions and 2 deletions

View File

@@ -423,7 +423,7 @@ bool DCCEXParser::parseZ(Print *stream, int params, int p[])
switch (params)
{
case 2: // <Z ID ACTIVATE>
{
Output *o = Output::get(p[0]);