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:
parent
74296b9830
commit
9f416da751
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
typedef u32_t IRQn_Type;
|
typedef u32_t IRQn_Type;
|
||||||
|
|
||||||
/* Need to keep the remaining from cmsis.h, as Zephyr expects these. */
|
/* Need to keep the remaining from cmsis.h, as Zephyr expects these. */
|
||||||
enum {
|
typedef enum {
|
||||||
Reset_IRQn = -15,
|
Reset_IRQn = -15,
|
||||||
NonMaskableInt_IRQn = -14,
|
NonMaskableInt_IRQn = -14,
|
||||||
HardFault_IRQn = -13,
|
HardFault_IRQn = -13,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue