Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: counter: Fix compilation warning due to deprecated typedef
Counter test compiles with warnings even though deprecated typedef is not used. It is enough that it is used in another function which is also deprecated. Removed __deprecated keyword from typedef, keeping it only for the function. Signed-off-by: Krzysztof Chruscinski <[email protected]>
- Loading branch information