commit | 91e39d5ee7e100620e0bafeeb51d8a1555da3d2d | [log] [tgz] |
---|---|---|
author | Thomas Schmid <tom@lfence.de> | Wed Dec 18 18:15:08 2019 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Dec 20 08:04:09 2019 -0500 |
tree | 369e108a0f283cb96be8278e1c198779d80b88f7 | |
parent | 0567184b3b058479464f46abbe41f73e574b217a [diff] |
drivers: adc: adc_stm32: fix clock setup Fix clock setup for stm32 f3, l4, wb and g4 series. The macro __LL_ADC_COMMON_INSTANCE() is called without argument, which leads to a compile error. Fix by passing adc parameter. Signed-off-by: Thomas Schmid <tom@lfence.de>