From 2a16bae7a40cb1ce2fd784cfa6d252edf1bc4f75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=20Lepp=C3=A4nen?= Date: Tue, 31 Jul 2018 13:14:25 +0300 Subject: [PATCH] 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. --- TESTS/network/emac/main.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/TESTS/network/emac/main.cpp b/TESTS/network/emac/main.cpp index fe05b721ab..c9aba478ef 100644 --- a/TESTS/network/emac/main.cpp +++ b/TESTS/network/emac/main.cpp @@ -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"