Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Candas1 committed Aug 18, 2024
1 parent 25c13af commit fefe5a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/current_sense/hardware_specific/stm32/stm32_adc.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@
#define ADC_SAMPLINGTIME_INJ ADC_SAMPLETIME_2CYCLES_5;
#elif defined(ADC_SAMPLETIME_3CYCLES)
#define ADC_SAMPLINGTIME_INJ ADC_SAMPLETIME_3CYCLES;
#elif defined(ADC_SAMPLETIME_4CYCLES)
#define ADC_SAMPLINGTIME_INJ ADC_SAMPLETIME_4CYCLES;
#elif defined(ADC_SAMPLETIME_5CYCLES)
#define ADC_SAMPLINGTIME_INJ ADC_SAMPLETIME_5CYCLES;
#endif
Expand Down

0 comments on commit fefe5a7

Please sign in to comment.