🐛 HAL refactor followup (#23354)

This commit is contained in:
Robby Candra
2021-12-26 10:36:09 +07:00
committed by GitHub
parent 57315f02cb
commit a47f559db1
5 changed files with 5 additions and 5 deletions

View File

@@ -186,7 +186,7 @@ public:
static void adc_init();
// Called by Temperature::init for each sensor at startup
static void adc_enable(const uint8_t ch);
static inline void adc_enable(const uint8_t ch) {}
// Begin ADC sampling on the given channel
static void adc_start(const pin_t pin);