adc: Trivial style cleanup
Cleanup adc header and API test. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
582bb03296
commit
a6eb2ae299
2 changed files with 14 additions and 13 deletions
|
@ -354,7 +354,7 @@ __syscall int adc_read(struct device *dev,
|
|||
const struct adc_sequence *sequence);
|
||||
|
||||
static inline int z_impl_adc_read(struct device *dev,
|
||||
const struct adc_sequence *sequence)
|
||||
const struct adc_sequence *sequence)
|
||||
{
|
||||
const struct adc_driver_api *api =
|
||||
(const struct adc_driver_api *)dev->driver_api;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue