We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0dc185 + dd97593 commit 12553eaCopy full SHA for 12553ea
ports_smp/cortex_a75_smp/gnu/inc/tx_port.h
@@ -187,7 +187,7 @@ typedef unsigned long long ALIGN_TYPE;
187
/* Define various constants for the ThreadX ARM port. */
188
189
#define TX_INT_DISABLE 0xC0 /* Disable IRQ & FIQ interrupts */
190
-#define TX_INT_ENABLE 0x00 /* Enable IRQ & FIQ interrupts */
+#define TX_INT_ENABLE 0x00 /* Enable IRQ & FIQ interrupts */
191
192
193
/* Define the clock source for trace event entry time stamp. The following two item are port specific.
0 commit comments