Skip to content

Commit

Permalink
deltenig whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
erik1392 committed Oct 10, 2023
1 parent 9b68676 commit 967b84c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sampling/SamplingUNO_R4_ISR.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#define SAMPLINGUNO_R4_ISR_H

void GPTimerCbk(timer_callback_args_t __attribute((unused)) *p_args) {

if (!Sampling.fireFlag){ // If not over the maximal resolution of the counter
(Sampling.getInterruptCallback())(); // Start the interrupt callback
}
Expand All @@ -26,5 +25,4 @@ void GPTimerCbk(timer_callback_args_t __attribute((unused)) *p_args) {
}
}
}

#endif

0 comments on commit 967b84c

Please sign in to comment.