Removed device emac check from emac greentea tests

DEVICE_EMAC is defined only for boards with default Ethernet emac.
It is not defined for example for Realtek RTL8195AM board that
does not have Ethernet. Removed the check for device emac from emac
greentea tests.
pull/7753/head
Mika Leppänen 2018-07-31 13:14:25 +03:00 committed by adbridge
parent 4f14ea7726
commit 2a16bae7a4
1 changed files with 0 additions and 4 deletions

View File

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