Skip to content

Commit

Permalink
Fix ESP32 compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
Asbelos committed Oct 1, 2024
1 parent 39c598f commit 4739bb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DCCWaveform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@ DCCWaveform DCCWaveform::mainTrack(PREAMBLE_BITS_MAIN, true);
DCCWaveform DCCWaveform::progTrack(PREAMBLE_BITS_PROG, false);
RMTChannel *DCCWaveform::rmtMainChannel = NULL;
RMTChannel *DCCWaveform::rmtProgChannel = NULL;
volatile bool DCCWaveform::railcomSampleWindow=false; // true during packet transmit


DCCWaveform::DCCWaveform(byte preambleBits, bool isMain) {
isMainTrack = isMain;
Expand Down

0 comments on commit 4739bb1

Please sign in to comment.