fixes wrong append pointer assignment in minres ethmac driver

This commit was merged in pull request #3.
This commit is contained in:
2026-02-08 17:21:51 +01:00
parent 9e6e3ef1f2
commit 124b83418a
4 changed files with 16 additions and 7 deletions

View File

@@ -103,8 +103,6 @@ typedef unsigned long long ULONG64;
typedef short SHORT;
typedef unsigned short USHORT;
#define ULONG64_DEFINED
#define ALIGN_TYPE_DEFINED
#define ALIGN_TYPE ULONG64
/* Define the priority levels for ThreadX. Legal values range
from 32 to 1024 and MUST be evenly divisible by 32. */