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

@@ -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