mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
Removed deprecated function.
This commit is contained in:
parent
1566f55e04
commit
ab115e4b10
@ -209,12 +209,6 @@ cc1020_set_power(uint8_t pa_power)
|
||||
cc1020_pa_power = pa_power;
|
||||
}
|
||||
|
||||
int
|
||||
cc1020_sending(void)
|
||||
{
|
||||
return !!cc1020_txlen;
|
||||
}
|
||||
|
||||
int
|
||||
cc1020_send(const void *buf, unsigned short len)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user