diff --git a/Renesas/RSK_RX65N_2MB/lib/threadx/tx_user.h b/Renesas/RSK_RX65N_2MB/lib/threadx/tx_user.h index 68b7239e..044baffa 100644 --- a/Renesas/RSK_RX65N_2MB/lib/threadx/tx_user.h +++ b/Renesas/RSK_RX65N_2MB/lib/threadx/tx_user.h @@ -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. diff --git a/Renesas/RX65N_Cloud_Kit/lib/threadx/tx_user.h b/Renesas/RX65N_Cloud_Kit/lib/threadx/tx_user.h index 68b7239e..044baffa 100644 --- a/Renesas/RX65N_Cloud_Kit/lib/threadx/tx_user.h +++ b/Renesas/RX65N_Cloud_Kit/lib/threadx/tx_user.h @@ -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.