Skip to content

Commit

Permalink
Fix #336: unused variable in CatenaStm32L0_ReadAnalog
Browse files Browse the repository at this point in the history
  • Loading branch information
terrillmoore committed Jun 12, 2022
1 parent 66eceb2 commit e405f23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/stm32/stm32l0/CatenaStm32L0_ReadAnalog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ bool McciCatena::CatenaStm32L0_ReadAnalog(
uint32_t vChannel;
bool fStatusOk;
constexpr uint32_t AdcClockModeAsync = 0;
constexpr uint32_t AdcClockModePclk2 = ADC_CFGR2_CKMODE_0;
/* the clock we'll use: */
constexpr uint32_t AdcClockMode = AdcClockModeAsync;

Expand Down

0 comments on commit e405f23

Please sign in to comment.