Skip to content
Commit 388d522c authored by Kumar Gala's avatar Kumar Gala Committed by Carles Cufí
Browse files

drivers: clock: Microchip XEC: Fix enum usage



We get a compiler warning in this code with arm clang due to using
the wrong enum type for the variable.  The enum should be of
type `enum periph_clk32k_src` so replace VBR_CLK32K_SRC_PIN_XTAL
with PERIPH_CLK32K_SRC_PIN_XTAL.

Signed-off-by: default avatarKumar Gala <kumar.gala@intel.com>
parent c194cb76
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment