From fc31739eb6fdf230a26930e8d42de7a26558aeae Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Tue, 3 Aug 2021 18:00:07 -0400 Subject: WIP deep sleep mode --- watch-library/config/hpl_rtc_config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'watch-library/config/hpl_rtc_config.h') diff --git a/watch-library/config/hpl_rtc_config.h b/watch-library/config/hpl_rtc_config.h index 9085ca37..582a1c23 100644 --- a/watch-library/config/hpl_rtc_config.h +++ b/watch-library/config/hpl_rtc_config.h @@ -114,14 +114,14 @@ // RTC Tamper Input 2 settings // tamper_input_2_settings #ifndef CONF_TAMPER_INPUT_2_SETTINGS -#define CONF_TAMPER_INPUT_2_SETTINGS 0 +#define CONF_TAMPER_INPUT_2_SETTINGS 1 #endif // Tamper Level Settings // Indicates Tamper input 2 level // tamper_level_2 #ifndef CONF_RTC_TAMP_LVL_2 -#define CONF_RTC_TAMP_LVL_2 0 +#define CONF_RTC_TAMP_LVL_2 1 #endif // RTC Tamper Input Action @@ -132,7 +132,7 @@ // These bits define the RTC Tamper Input Action to be performed // rtc_tamper_input_action_2 #ifndef CONF_RTC_TAMPER_INACT_2 -#define CONF_RTC_TAMPER_INACT_2 0 +#define CONF_RTC_TAMPER_INACT_2 1 #endif // Debounce Enable for Tamper Input -- cgit v1.2.3