summaryrefslogtreecommitdiff
path: root/ports/cortex_m33/gnu/inc
diff options
context:
space:
mode:
Diffstat (limited to 'ports/cortex_m33/gnu/inc')
-rw-r--r--ports/cortex_m33/gnu/inc/tx_port.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/ports/cortex_m33/gnu/inc/tx_port.h b/ports/cortex_m33/gnu/inc/tx_port.h
index 5ded9c99..4bfb27e3 100644
--- a/ports/cortex_m33/gnu/inc/tx_port.h
+++ b/ports/cortex_m33/gnu/inc/tx_port.h
@@ -26,7 +26,7 @@
/* PORT SPECIFIC C INFORMATION RELEASE */
/* */
/* tx_port.h Cortex-M33/GNU */
-/* 6.1 */
+/* 6.1.5 */
/* */
/* AUTHOR */
/* */
@@ -47,7 +47,10 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 09-30-2020 Scott Larson Initial Version 6.1 */
+/* 09-30-2020 Scott Larson Initial Version 6.1 */
+/* 03-02-2021 Scott Larson Modified comment(s), added */
+/* ULONG64_DEFINED, */
+/* resulting in version 6.1.5 */
/* */
/**************************************************************************/
@@ -80,6 +83,7 @@ typedef unsigned long ULONG;
typedef unsigned long long ULONG64;
typedef short SHORT;
typedef unsigned short USHORT;
+#define ULONG64_DEFINED
/* Function prototypes for this port. */
struct TX_THREAD_STRUCT;