Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: gpio: stm32: Fix compiler warning
The local function ll_gpio_get_pin_pull() is not always referenced. Add the __maybe_unused attribute to avoid compiler warnings (which may be promoted to errors by downstream users). Signed-off-by: Keith Short <[email protected]>
- Loading branch information