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

Exrail CONFIGURE_SERVO

This commit is contained in:
Asbelos
2024-02-09 11:54:53 +00:00
parent 4b97d63cf3
commit c780b96856
3 changed files with 8 additions and 2 deletions

View File

@@ -42,6 +42,7 @@
#undef CLEAR_STASH
#undef CLEAR_ALL_STASH
#undef CLOSE
#undef CONFIGURE_SERVO
#undef DCC_SIGNAL
#undef DCC_TURNTABLE
#undef DEACTIVATE
@@ -194,7 +195,8 @@
#define CALL(route)
#define CLEAR_STASH(id)
#define CLEAR_ALL_STASH(id)
#define CLOSE(id)
#define CLOSE(id)
#define CONFIGURE_SERVO(vpin,pos1,pos2,profile)
#define DCC_SIGNAL(id,add,subaddr)
#define DCC_TURNTABLE(id,home,description)
#define DEACTIVATE(addr,subaddr)