1
0
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:
travis-farmer 2023-11-10 09:17:39 -05:00
parent 5c0ab9a311
commit 36db724466
No known key found for this signature in database
GPG Key ID: 0BC296791D14CB35

View File

@ -72,7 +72,7 @@ class TrackManager {
static void setJoinPower(POWERMODE mode) {setPower2(false,true,mode);}
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;
#else // no giga
static const int16_t MAX_TRACKS=8;