aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sw/relays.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/relays.cpp b/sw/relays.cpp
index d06395f..0f39fb9 100644
--- a/sw/relays.cpp
+++ b/sw/relays.cpp
@@ -35,7 +35,7 @@ struct pending_event_t {
bool pending;
};
-static constexpr int RELAY_SIGNAL_HOLD_TIME_US = 400000uL;
+static constexpr uint32_t RELAY_SIGNAL_HOLD_TIME_US = 400000uL;
static constexpr size_t PENDING_EVENTS_SIZE = 8;