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

rename all RMFT_ACTIVE to EXTAIL_ACTVE

This commit is contained in:
Harald Barth
2022-01-31 03:00:29 +01:00
parent a0a635c167
commit 4ebf7978d8
2 changed files with 4 additions and 4 deletions

View File

@@ -114,7 +114,7 @@
// I know it says setClosedStateOnly, but we need to tell others
// that the state has changed too.
#if defined(RMFT_ACTIVE)
#if defined(EXRAIL_ACTIVE)
RMFT2::turnoutEvent(id, closeFlag);
#endif
@@ -147,7 +147,7 @@
EEPROM.put(tt->_eepromAddress, tt->_turnoutData.flags);
#endif
#if defined(RMFT_ACTIVE)
#if defined(EXRAIL_ACTIVE)
RMFT2::turnoutEvent(id, closeFlag);
#endif