Skip to content

Commit dd97593

Browse files
authored
Update tx_port.h
removed extra spaces
1 parent 71cc95e commit dd97593

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
@@ -196,7 +196,7 @@ typedef unsigned long long ALIGN_TYPE;
196196
/* Define various constants for the ThreadX ARM port. */
197197

198198
#define TX_INT_DISABLE 0xC0 /* Disable IRQ & FIQ interrupts */
199-
#define TX_INT_ENABLE 0x00 /* Enable IRQ & FIQ interrupts */
199+
#define TX_INT_ENABLE 0x00 /* Enable IRQ & FIQ interrupts */
200200

201201

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

0 commit comments

Comments
 (0)