Skip to content

Commit

Permalink
Unappealing work-around for name collision with Particle/Spark libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
rgiese committed Dec 19, 2023
1 parent ad874df commit 16c734a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tic.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ enum class TicReset
PowerUp = 0,
Brownout = 1,
ResetLine = 2,
Watchdog = 4,
TicWatchdog = 4,
Software = 8,
StackOverflow = 16,
StackUnderflow = 32,
Expand Down

0 comments on commit 16c734a

Please sign in to comment.