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

drivers: ethos: make internal function static

This commit is contained in:
Kaspar Schleiser 2016-04-04 15:01:47 +02:00
parent 376b5646ea
commit 27833444a0

View File

@ -318,7 +318,7 @@ static int _recv(netdev2_t *netdev, char* buf, int len, void* info)
}
}
int _get(netdev2_t *dev, netopt_t opt, void *value, size_t max_len)
static int _get(netdev2_t *dev, netopt_t opt, void *value, size_t max_len)
{
int res = 0;