mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-24 08:36:14 +01:00
fixed Typo
This commit is contained in:
parent
5c0ab9a311
commit
36db724466
|
@ -72,7 +72,7 @@ class TrackManager {
|
||||||
static void setJoinPower(POWERMODE mode) {setPower2(false,true,mode);}
|
static void setJoinPower(POWERMODE mode) {setPower2(false,true,mode);}
|
||||||
static void setTrackPower(bool setProg, bool setJoin, POWERMODE mode, byte thistrack);
|
static void setTrackPower(bool setProg, bool setJoin, POWERMODE mode, byte thistrack);
|
||||||
|
|
||||||
#if defined(ARduINO_GIGA) // yes giga
|
#if defined(ARDUINO_GIGA) // yes giga
|
||||||
static const int16_t MAX_TRACKS=4;
|
static const int16_t MAX_TRACKS=4;
|
||||||
#else // no giga
|
#else // no giga
|
||||||
static const int16_t MAX_TRACKS=8;
|
static const int16_t MAX_TRACKS=8;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user