1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

drivers/ethos: remove deprecated USE_ETHOS_FOR_STDIO define

This commit is contained in:
Alexandre Abadie 2022-01-11 12:41:24 +01:00
parent 62921e8336
commit 380b2468e3
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -34,10 +34,6 @@
#include "net/eui_provider.h"
#include "net/ethernet.h"
#ifdef USE_ETHOS_FOR_STDIO
#error USE_ETHOS_FOR_STDIO is deprecated, use USEMODULE+=stdio_ethos instead
#endif
#ifdef MODULE_ETHOS_STDIO
#include "stdio_uart.h"
#include "isrpipe.h"