Skip to content

Commit

Permalink
Fix compile error in railcom board definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsracz committed Aug 31, 2023
1 parent 4807345 commit ca333ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions boards/bracz-railcom/hardware.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -472,8 +472,14 @@ struct DCCDecode
/// counts how many edges / transitions we had on the DCC signal.
static unsigned sampleCount_;
static inline void cap_event_hook() { ++sampleCount_; }

// These functions fine-tune the railcom cutout timing.
static int time_delta_railcom_pre_usec() { return 0; }
static int time_delta_railcom_mid_usec() { return 0; }
static int time_delta_railcom_end_usec() { return 0; }
};


#endif // ! pindefs_only

#endif // _HARDWARE_HXX_

0 comments on commit ca333ec

Please sign in to comment.