fixes wrong append pointer assignment in minres ethmac driver
This commit was merged in pull request #3.
This commit is contained in:
@@ -776,3 +776,7 @@ extern "C"
|
||||
#define NX_RAND rand
|
||||
#define NX_SRAND srand
|
||||
#endif
|
||||
// hacky workaround for missing include in netxduo/common/src/nx_ram_network_driver.c
|
||||
#ifdef NX_DEBUG
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user