netxduo icon indicating copy to clipboard operation
netxduo copied to clipboard

Wrong type across netxduo and threadx

Open stefano-zanotti opened this issue 1 year ago • 0 comments
trafficstars

In the file netxduo\utility\iperf\nx_iperf.c, the declaration: extern ULONG _tx_timer_system_clock; should be volatile: extern volatile ULONG _tx_timer_system_clock; in order to be compatible with the definition in threadx/common/src/tx_timer_initialize.c

stefano-zanotti avatar Jan 25 '24 14:01 stefano-zanotti