Skip to content

Commit

Permalink
fix compilation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmi committed Aug 11, 2020
1 parent 65a07ee commit c492a48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ typedef enum {
/* Advertisements-related. */
SNIFF_ADV,
JAM_ADV_RX,
JAM_ADV_TX
JAM_ADV_TX,
/* BLE5 related */
PRNG_INIT,
PRNG
Expand Down
2 changes: 1 addition & 1 deletion source/timer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ void timer_stop_no_cb(void)
uint32_t clr_mask = 0;
uint32_t set_mask = 0;

get_clr_set_masks(id, &clr_mask, &set_mask);
//get_clr_set_masks(id, &clr_mask, &set_mask);
NRF_TIMER2->INTENCLR = clr_mask;

active--;
Expand Down

0 comments on commit c492a48

Please sign in to comment.