[bsp/cvitek]解决eth编译报错
This commit is contained in:
parent
8487e774a3
commit
017c31a062
|
@ -11,6 +11,10 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef __aligned
|
||||||
|
#define __aligned(x) __attribute__((aligned(x)))
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef void *eth_mac_handle_t;
|
typedef void *eth_mac_handle_t;
|
||||||
|
|
||||||
#define CSI_ETH_MAC_CONFIGURE (0x01) ///< Configure MAC; arg = configuration
|
#define CSI_ETH_MAC_CONFIGURE (0x01) ///< Configure MAC; arg = configuration
|
||||||
|
|
Loading…
Reference in New Issue