diff --git a/soc/arm/ti_simplelink/cc32xx/soc.h b/soc/arm/ti_simplelink/cc32xx/soc.h index 561239f8bb7..22a93ecb931 100644 --- a/soc/arm/ti_simplelink/cc32xx/soc.h +++ b/soc/arm/ti_simplelink/cc32xx/soc.h @@ -17,7 +17,7 @@ typedef u32_t IRQn_Type; /* Need to keep the remaining from cmsis.h, as Zephyr expects these. */ -enum { +typedef enum { Reset_IRQn = -15, NonMaskableInt_IRQn = -14, HardFault_IRQn = -13,