diff options
| author | Paulo Condeça <[email protected]> | 2023-06-01 13:11:56 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-06-01 13:11:56 +0100 |
| commit | dd97593c57175fe774df5db935497cc06c11ad2c (patch) | |
| tree | 5bd3256a7ac39bc32bc73f1eb9fecd3279b3a04a | |
| parent | 71cc95eaed588f558220404b6c2938510fa3f529 (diff) | |
Update tx_port.h
removed extra spaces
| -rw-r--r-- | ports_smp/cortex_a75_smp/gnu/inc/tx_port.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports_smp/cortex_a75_smp/gnu/inc/tx_port.h b/ports_smp/cortex_a75_smp/gnu/inc/tx_port.h index 019db6eb..c3e26cbc 100644 --- a/ports_smp/cortex_a75_smp/gnu/inc/tx_port.h +++ b/ports_smp/cortex_a75_smp/gnu/inc/tx_port.h @@ -196,7 +196,7 @@ typedef unsigned long long ALIGN_TYPE; /* Define various constants for the ThreadX ARM port. */ #define TX_INT_DISABLE 0xC0 /* Disable IRQ & FIQ interrupts */ -#define TX_INT_ENABLE 0x00 /* Enable IRQ & FIQ interrupts */ +#define TX_INT_ENABLE 0x00 /* Enable IRQ & FIQ interrupts */ /* Define the clock source for trace event entry time stamp. The following two item are port specific. |
