1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-07-28 09:53:45 +02:00
This commit is contained in:
Asbelos
2023-11-30 11:32:39 +00:00
parent 753567427e
commit 763c9d8ae6
3 changed files with 7 additions and 1 deletions

View File

@@ -156,6 +156,7 @@
#undef SPEED
#undef START
#undef STASH
#undef STEALTH
#undef STOP
#undef THROW
#undef TT_ADDPOSITION
@@ -306,6 +307,7 @@
#define SPEED(speed)
#define START(route)
#define STASH(id)
#define STEALTH(code...)
#define STOP
#define THROW(id)
#define TT_ADDPOSITION(turntable_id,position,value,angle,description...)