mirror of https://github.com/ARMmbed/mbed-os.git
NUVOTON: EMAC: Fix undeclared function mbed_error_printf
ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]pull/15500/head
parent
baf6a3022a
commit
4712f9d62e
|
@ -20,6 +20,7 @@
|
||||||
//#include <stdbool.h>
|
//#include <stdbool.h>
|
||||||
#include "m460_eth.h"
|
#include "m460_eth.h"
|
||||||
#include "mbed_toolchain.h"
|
#include "mbed_toolchain.h"
|
||||||
|
#include "mbed_interface.h"
|
||||||
//#define NU_TRACE
|
//#define NU_TRACE
|
||||||
#include "numaker_eth_hal.h"
|
#include "numaker_eth_hal.h"
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include "m480_eth.h"
|
#include "m480_eth.h"
|
||||||
#include "mbed_toolchain.h"
|
#include "mbed_toolchain.h"
|
||||||
|
#include "mbed_interface.h"
|
||||||
//#define NU_TRACE
|
//#define NU_TRACE
|
||||||
#include "numaker_eth_hal.h"
|
#include "numaker_eth_hal.h"
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include "nuc472_eth.h"
|
#include "nuc472_eth.h"
|
||||||
#include "mbed_toolchain.h"
|
#include "mbed_toolchain.h"
|
||||||
|
#include "mbed_interface.h"
|
||||||
//#define NU_TRACE
|
//#define NU_TRACE
|
||||||
#include "numaker_eth_hal.h"
|
#include "numaker_eth_hal.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue