mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #7655 from mikaleppanen/emac_gt_rm_emac_check
Remove device emac check from emac greentea testspull/7495/head
commit
1a7ff86a7a
|
|
@ -43,10 +43,6 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef DEVICE_EMAC
|
|
||||||
#error [NOT_SUPPORTED] Device EMAC has to be enabled for the target
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "greentea-client/test_env.h"
|
#include "greentea-client/test_env.h"
|
||||||
#include "unity.h"
|
#include "unity.h"
|
||||||
#include "utest.h"
|
#include "utest.h"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue