Skip to content

Commit

Permalink
Reduce threshold amount and threshold duration
Browse files Browse the repository at this point in the history
  • Loading branch information
mkimhj committed Jun 3, 2021
1 parent 16198b9 commit 60ae75c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ accelGenericInterrupt_t accelInterrupt1 = {
.zEnable = true,
.activity = true,
.combSelectIsAnd = false,
.threshold = 0x3,
.duration = 0x7,
.threshold = 0x2,
.duration = 0x4,
};

void assert_nrf_callback(uint16_t line_num, const uint8_t * p_file_name)
Expand Down

0 comments on commit 60ae75c

Please sign in to comment.