Skip to content
Open
Show file tree
Hide file tree
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: 2 additions & 0 deletions ports/rxv1/ccrx/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,10 @@ typedef int INT;
typedef unsigned int UINT;
typedef long LONG;
typedef unsigned long ULONG;
typedef unsigned long long ULONG64;
typedef short SHORT;
typedef unsigned short USHORT;
#define ULONG64_DEFINED


/* Define interrupt control options. */
Expand Down
2 changes: 2 additions & 0 deletions ports/rxv1/gnu/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,10 @@ typedef int INT;
typedef unsigned int UINT;
typedef long LONG;
typedef unsigned long ULONG;
typedef unsigned long long ULONG64;
typedef short SHORT;
typedef unsigned short USHORT;
#define ULONG64_DEFINED


/* Define interrupt control options. */
Expand Down
2 changes: 2 additions & 0 deletions ports/rxv1/iar/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,10 @@ typedef int INT;
typedef unsigned int UINT;
typedef long LONG;
typedef unsigned long ULONG;
typedef unsigned long long ULONG64;
typedef short SHORT;
typedef unsigned short USHORT;
#define ULONG64_DEFINED


/* Define interrupt control options. */
Expand Down
2 changes: 2 additions & 0 deletions ports/rxv2/ccrx/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,10 @@ typedef int INT;
typedef unsigned int UINT;
typedef long LONG;
typedef unsigned long ULONG;
typedef unsigned long long ULONG64;
typedef short SHORT;
typedef unsigned short USHORT;
#define ULONG64_DEFINED


/* Define interrupt control options. */
Expand Down
2 changes: 2 additions & 0 deletions ports/rxv2/gnu/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,10 @@ typedef int INT;
typedef unsigned int UINT;
typedef long LONG;
typedef unsigned long ULONG;
typedef unsigned long long ULONG64;
typedef short SHORT;
typedef unsigned short USHORT;
#define ULONG64_DEFINED


/* Define interrupt control options. */
Expand Down
2 changes: 2 additions & 0 deletions ports/rxv2/iar/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,10 @@ typedef int INT;
typedef unsigned int UINT;
typedef long LONG;
typedef unsigned long ULONG;
typedef unsigned long long ULONG64;
typedef short SHORT;
typedef unsigned short USHORT;
#define ULONG64_DEFINED


/* Define interrupt control options. */
Expand Down
2 changes: 2 additions & 0 deletions ports/rxv3/ccrx/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,10 @@ typedef int INT;
typedef unsigned int UINT;
typedef long LONG;
typedef unsigned long ULONG;
typedef unsigned long long ULONG64;
typedef short SHORT;
typedef unsigned short USHORT;
#define ULONG64_DEFINED


/* Define interrupt control options. */
Expand Down
2 changes: 2 additions & 0 deletions ports/rxv3/gnu/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,10 @@ typedef int INT;
typedef unsigned int UINT;
typedef long LONG;
typedef unsigned long ULONG;
typedef unsigned long long ULONG64;
typedef short SHORT;
typedef unsigned short USHORT;
#define ULONG64_DEFINED


/* Define interrupt control options. */
Expand Down
2 changes: 2 additions & 0 deletions ports/rxv3/iar/inc/tx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,10 @@ typedef int INT;
typedef unsigned int UINT;
typedef long LONG;
typedef unsigned long ULONG;
typedef unsigned long long ULONG64;
typedef short SHORT;
typedef unsigned short USHORT;
#define ULONG64_DEFINED


/* Define interrupt control options. */
Expand Down
Loading