Skip to content

Commit

Permalink
patch tx_user to add ULONG64 option
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Winter <ryanwinter@outlook.com>
  • Loading branch information
ryanwinter committed Mar 2, 2024
1 parent 24066de commit 2e8fc85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Renesas/RSK_RX65N_2MB/lib/threadx/tx_user.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
#ifndef TX_USER_H
#define TX_USER_H

// add to enable netxduo to compile due to ptp requiring this variable
typedef unsigned long long ULONG64;

/* Define various build options for the ThreadX port. The application should either make changes
here by commenting or un-commenting the conditional compilation defined OR supply the defines
though the compiler's equivalent of the -D option.
Expand Down
3 changes: 3 additions & 0 deletions Renesas/RX65N_Cloud_Kit/lib/threadx/tx_user.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
#ifndef TX_USER_H
#define TX_USER_H

// add to enable netxduo to compile due to ptp requiring this variable
typedef unsigned long long ULONG64;

/* Define various build options for the ThreadX port. The application should either make changes
here by commenting or un-commenting the conditional compilation defined OR supply the defines
though the compiler's equivalent of the -D option.
Expand Down

0 comments on commit 2e8fc85

Please sign in to comment.