Skip to content
Commit b483c925 authored by Flavio Ceolin's avatar Flavio Ceolin Committed by Carles Cufí
Browse files

drivers: adc: Fix misuse of const and k_tid_t



"const k_tid_t" is "struct k_thread * const" and not "const struct
k_thread *" as the code may be assuming. Just drop it.

Signed-off-by: default avatarFlavio Ceolin <flavio.ceolin@intel.com>
parent 64058f87
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment