stm32f1: adc: remove confusing "adc_on" function
This is _similar_ to adc_power_on, the common name, but has been marked deprecated since 2012.
This commit is contained in:
@@ -417,8 +417,6 @@ void adc_calibration(uint32_t adc)
|
||||
void adc_calibrate_async(uint32_t adc);
|
||||
bool adc_is_calibrating(uint32_t adc);
|
||||
void adc_calibrate(uint32_t adc);
|
||||
void adc_on(uint32_t adc)
|
||||
LIBOPENCM3_DEPRECATED("will be removed in the first release");
|
||||
|
||||
END_DECLS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user