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:
parent
376b5646ea
commit
27833444a0
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user