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

Remove compiler warnings

This commit is contained in:
Asbelos
2024-02-09 10:37:51 +00:00
parent 6f1df6ce8e
commit 4b97d63cf3
5 changed files with 5 additions and 0 deletions

View File

@@ -203,6 +203,7 @@ void DCCTimer::begin(INTERRUPT_CALLBACK callback) {
void DCCTimer::startRailcomTimer(byte brakePin) {
// TODO: for intended operation see DCCTimerAVR.cpp
(void) brakePin;
}
void DCCTimer::ackRailcomTimer() {