mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-12 11:17:06 +01:00
relay: fix dependencies when disabled
This commit is contained in:
@@ -658,6 +658,7 @@ unsigned long repeatDelay(size_t index) {
|
||||
return internal::indexedThenGlobal(keys::RepeatDelay, index, build::repeatDelay(index));
|
||||
}
|
||||
|
||||
[[gnu::unused]]
|
||||
size_t relay(size_t index) {
|
||||
return getSetting({keys::Relay, index}, build::relay(index));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user