Skip to content

Commit

Permalink
g431: USE_TIMEOUT defaults to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Sep 18, 2024
1 parent 24b1b07 commit c34a07f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Mcu/g431/Inc/ADC.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ void Configure_ADC();

void Activate_ADC();

#ifndef USE_TIMEOUT
#define USE_TIMEOUT 0
#endif

#endif /* ADC_H_ */

0 comments on commit c34a07f

Please sign in to comment.