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/7655/head
Mika Leppänen 2018-07-31 13:14:25 +03:00
parent 8292affb53
commit d35f5b08ec
1 changed files with 0 additions and 4 deletions

View File

@ -43,10 +43,6 @@
#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 "unity.h"
#include "utest.h"