eclipse-threadx / netxduo

Eclipse ThreadX - NetXDuo is an advanced, industrial-grade TCP/IP network stack designed specifically for deeply embedded real-time and IoT applications
https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/netx-duo/index.md
MIT License
230 stars 131 forks source link

Wrong type across netxduo and threadx #237

Open stefano-zanotti opened 5 months ago

stefano-zanotti commented 5 months ago

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