Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports_smp/cortex_a75_smp/gnu/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down