We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71cc95e commit dd97593Copy full SHA for dd97593
ports_smp/cortex_a75_smp/gnu/inc/tx_port.h
@@ -196,7 +196,7 @@ typedef unsigned long long ALIGN_TYPE;
196
/* Define various constants for the ThreadX ARM port. */
197
198
#define TX_INT_DISABLE 0xC0 /* Disable IRQ & FIQ interrupts */
199
-#define TX_INT_ENABLE 0x00 /* Enable IRQ & FIQ interrupts */
+#define TX_INT_ENABLE 0x00 /* Enable IRQ & FIQ interrupts */
200
201
202
/* Define the clock source for trace event entry time stamp. The following two item are port specific.
0 commit comments