corrects location of NX_IP_PERIODIC_RATE macro

This commit is contained in:
2026-02-03 22:53:56 +01:00
parent fe168fc3d5
commit afedfc650e
2 changed files with 1 additions and 18 deletions

View File

@@ -62,16 +62,6 @@
#define NX_LITTLE_ENDIAN
/* Define various constants for the port. */
#ifndef NX_IP_PERIODIC_RATE
#ifdef TX_TIMER_TICKS_PER_SECOND
#define NX_IP_PERIODIC_RATE TX_TIMER_TICKS_PER_SECOND
#else
#define NX_IP_PERIODIC_RATE 10
#endif
#endif
/* Define macros that swap the endian for little endian ports. */
#ifdef NX_LITTLE_ENDIAN
#define NX_CHANGE_ULONG_ENDIAN(arg) \