Corrects TX_TIMER_TICKS to be correct

This caused socket timeouts when they shouldnt
This commit is contained in:
2026-05-06 07:34:19 +01:00
parent 76398090b3
commit c3cd8c3fbd
+1 -1
View File
@@ -125,7 +125,7 @@
version in tx_port.h or here.
Note: the actual hardware timer value may need to be changed (usually in tx_initialize_low_level). */
#define TX_TIMER_TICKS_PER_SECOND (100) // for moonlight with 32,7kHz Frequency (divided by 1000)
#define TX_TIMER_TICKS_PER_SECOND (1000) // for moonlight with 32,7kHz Frequency (divided by 1000)
/* Determine if there is a FileX pointer in the thread control block.
By default, the pointer is there for legacy/backwards compatibility.