Skip to content

Commit 12553ea

Browse files
authored
Merge pull request #270 from MrNetic/patch-1
Removed extra spaces in tx_port.h.
2 parents a0dc185 + dd97593 commit 12553ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports_smp/cortex_a75_smp/gnu/inc/tx_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ typedef unsigned long long ALIGN_TYPE;
187187
/* Define various constants for the ThreadX ARM port. */
188188

189189
#define TX_INT_DISABLE 0xC0 /* Disable IRQ & FIQ interrupts */
190-
#define TX_INT_ENABLE 0x00 /* Enable IRQ & FIQ interrupts */
190+
#define TX_INT_ENABLE 0x00 /* Enable IRQ & FIQ interrupts */
191191

192192

193193
/* Define the clock source for trace event entry time stamp. The following two item are port specific.

0 commit comments

Comments
 (0)