mirror of https://github.com/ARMmbed/mbed-os.git
Work around Nuvoton #define EMAC
parent
958247265b
commit
b222c25435
|
|
@ -21,6 +21,9 @@
|
|||
#include "Callback.h"
|
||||
#include "emac_stack_mem.h"
|
||||
|
||||
// Nuvoton platform headers define EMAC - avoid the collision
|
||||
#undef EMAC
|
||||
|
||||
/**
|
||||
* This interface should be used to abstract low level access to networking hardware
|
||||
* All operations receive a `void *` hw pointer which an emac device provides when
|
||||
|
|
|
|||
Loading…
Reference in New Issue