diff options
Diffstat (limited to 'watch-library/watch/watch.h')
-rw-r--r-- | watch-library/watch/watch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/watch-library/watch/watch.h b/watch-library/watch/watch.h index 0f70890c..6711353c 100644 --- a/watch-library/watch/watch.h +++ b/watch-library/watch/watch.h @@ -110,7 +110,7 @@ void _watch_init(); /// @{ typedef enum WatchIndicatorSegment { - WATCH_INDICATOR_SENSING = 0, + WATCH_INDICATOR_SIGNAL = 0, WATCH_INDICATOR_BELL, WATCH_INDICATOR_PM, WATCH_INDICATOR_24H, |