soc: ti_simplelink: cc32xx: soc.h: Incorrect enum definition.

Instead of creating an typedef enum it was creating an object.

Signed-off-by: Adithya Baglody <adithya.nagaraj.baglody@intel.com>
This commit is contained in:
Adithya Baglody 2018-11-27 15:00:47 +05:30 committed by Anas Nashif
commit 9f416da751

View file

@ -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,