]> git.earman.xyz Git - sensor-watch.git/commitdiff
disable all RTC tamper interrupts by default
authorJoey Castillo <jose.castillo@gmail.com>
Wed, 25 Aug 2021 18:08:33 +0000 (12:08 -0600)
committerJoey Castillo <jose.castillo@gmail.com>
Wed, 25 Aug 2021 18:08:33 +0000 (12:08 -0600)
watch-library/config/hpl_rtc_config.h

index 582a1c237e0cd486be6148b8e5c944c0ce5ac5fe..9085ca3758595827885e93126c4bd830266d93d4 100644 (file)
 // <e> RTC Tamper Input 2 settings
 // <id> tamper_input_2_settings
 #ifndef CONF_TAMPER_INPUT_2_SETTINGS
-#define CONF_TAMPER_INPUT_2_SETTINGS 1
+#define CONF_TAMPER_INPUT_2_SETTINGS 0
 #endif
 
 // <q> Tamper Level Settings
 // <i> Indicates Tamper input 2 level
 // <id> tamper_level_2
 #ifndef CONF_RTC_TAMP_LVL_2
-#define CONF_RTC_TAMP_LVL_2 1
+#define CONF_RTC_TAMP_LVL_2 0
 #endif
 
 // <o> RTC Tamper Input Action
 // <i> These bits define the RTC Tamper Input Action to be performed
 // <id> rtc_tamper_input_action_2
 #ifndef CONF_RTC_TAMPER_INACT_2
-#define CONF_RTC_TAMPER_INACT_2 1
+#define CONF_RTC_TAMPER_INACT_2 0
 #endif
 
 // <q> Debounce Enable for Tamper Input