diff options
author | Joey Castillo <jose.castillo@gmail.com> | 2021-08-17 13:12:34 -0400 |
---|---|---|
committer | Joey Castillo <jose.castillo@gmail.com> | 2021-08-17 13:12:34 -0400 |
commit | 5149520563bf0d3aa8f8b420c8541a80d3d4f7d5 (patch) | |
tree | 4037664c7d5451e649ac9b742bb082d1c20f244b /watch-library/config | |
parent | 84e179de88824a6c284d2ccb0ce161d4b3e17d82 (diff) | |
download | Sensor-Watch-5149520563bf0d3aa8f8b420c8541a80d3d4f7d5.tar.gz Sensor-Watch-5149520563bf0d3aa8f8b420c8541a80d3d4f7d5.tar.bz2 Sensor-Watch-5149520563bf0d3aa8f8b420c8541a80d3d4f7d5.zip |
disable 9-pin extwake interrupts by default
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 2c478111..582a1c23 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 1 +#define CONF_TAMPER_INPUT_0_SETTINGS 0 #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 1 +#define CONF_RTC_TAMPER_INACT_0 0 #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 1 +#define CONF_TAMPER_INPUT_1_SETTINGS 0 #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 1 +#define CONF_RTC_TAMPER_INACT_1 0 #endif // <q> Debounce Enable for Tamper Input |