diff options
| author | Frédéric Desbiens <[email protected]> | 2026-04-15 09:38:15 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-15 09:38:15 -0400 |
| commit | 12553eaf2c3f0f97300b737f27bc07071492d6bd (patch) | |
| tree | 670fdd6c9e40c2bbf993884da7c616eab5faf772 | |
| parent | a0dc185f669afaf633d363996df21ed354dbcfb1 (diff) | |
| parent | dd97593c57175fe774df5db935497cc06c11ad2c (diff) | |
Merge pull request #270 from MrNetic/patch-1
Removed extra spaces in tx_port.h.
| -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 262f2ddf..085cffb2 100644 --- a/ports_smp/cortex_a75_smp/gnu/inc/tx_port.h +++ b/ports_smp/cortex_a75_smp/gnu/inc/tx_port.h @@ -187,7 +187,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. |
