diff options
author | Joey Castillo <jose.castillo@gmail.com> | 2021-08-08 15:02:38 -0400 |
---|---|---|
committer | Joey Castillo <jose.castillo@gmail.com> | 2021-08-08 15:02:38 -0400 |
commit | e45fdf15afc2803b67d7a0bff15922315c1e11e7 (patch) | |
tree | b185bb5a436869447727f9e340402956264bccd9 /watch-library/config | |
parent | 27edc50be1326934a0a352fa0474e8715ed83f98 (diff) | |
download | Sensor-Watch-e45fdf15afc2803b67d7a0bff15922315c1e11e7.tar.gz Sensor-Watch-e45fdf15afc2803b67d7a0bff15922315c1e11e7.tar.bz2 Sensor-Watch-e45fdf15afc2803b67d7a0bff15922315c1e11e7.zip |
work on RTC tamper interrupt and external wake
Diffstat (limited to 'watch-library/config')
-rw-r--r-- | watch-library/config/hpl_rtc_config.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/watch-library/config/hpl_rtc_config.h b/watch-library/config/hpl_rtc_config.h index 582a1c23..2c478111 100644 --- a/watch-library/config/hpl_rtc_config.h +++ b/watch-library/config/hpl_rtc_config.h @@ -48,7 +48,7 @@ // <e> RTC Tamper Input 0 settings // <id> tamper_input_0_settings #ifndef CONF_TAMPER_INPUT_0_SETTINGS -#define CONF_TAMPER_INPUT_0_SETTINGS 0 +#define CONF_TAMPER_INPUT_0_SETTINGS 1 #endif // <q> Tamper Level Settings @@ -66,7 +66,7 @@ // <i> These bits define the RTC Tamper Input Action to be performed // <id> rtc_tamper_input_action_0 #ifndef CONF_RTC_TAMPER_INACT_0 -#define CONF_RTC_TAMPER_INACT_0 0 +#define CONF_RTC_TAMPER_INACT_0 1 #endif // <q> Debounce Enable for Tamper Input @@ -81,7 +81,7 @@ // <e> RTC Tamper Input 1 settings // <id> tamper_input_1_settings #ifndef CONF_TAMPER_INPUT_1_SETTINGS -#define CONF_TAMPER_INPUT_1_SETTINGS 0 +#define CONF_TAMPER_INPUT_1_SETTINGS 1 #endif // <q> Tamper Level Settings @@ -99,7 +99,7 @@ // <i> These bits define the RTC Tamper Input Action to be performed // <id> rtc_tamper_input_action_1 #ifndef CONF_RTC_TAMPER_INACT_1 -#define CONF_RTC_TAMPER_INACT_1 0 +#define CONF_RTC_TAMPER_INACT_1 1 #endif // <q> Debounce Enable for Tamper Input |