Skip to content

Commit d35f5b0

Browse files
author
Mika Leppänen
committed
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.
1 parent 8292aff commit d35f5b0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

TESTS/network/emac/main.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@
4343
#endif
4444
#endif
4545

46-
#ifndef DEVICE_EMAC
47-
#error [NOT_SUPPORTED] Device EMAC has to be enabled for the target
48-
#endif
49-
5046
#include "greentea-client/test_env.h"
5147
#include "unity.h"
5248
#include "utest.h"

0 commit comments

Comments
 (0)