From 16c734a80427bc9e8c01cfdc1485ee850df7c50d Mon Sep 17 00:00:00 2001 From: Robin Giese Date: Tue, 19 Dec 2023 14:51:20 -0800 Subject: [PATCH] Unappealing work-around for name collision with Particle/Spark libraries --- Tic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tic.h b/Tic.h index 8bc1edc..8673909 100644 --- a/Tic.h +++ b/Tic.h @@ -122,7 +122,7 @@ enum class TicReset PowerUp = 0, Brownout = 1, ResetLine = 2, - Watchdog = 4, + TicWatchdog = 4, Software = 8, StackOverflow = 16, StackUnderflow = 32,