From dd97593c57175fe774df5db935497cc06c11ad2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paulo=20Conde=C3=A7a?= Date: Thu, 1 Jun 2023 13:11:56 +0100 Subject: [PATCH] Update tx_port.h removed extra spaces --- ports_smp/cortex_a75_smp/gnu/inc/tx_port.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 019db6eb9..c3e26cbc4 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.