mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-03 11:30:53 +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;
|
cc1020_pa_power = pa_power;
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
|
||||||
cc1020_sending(void)
|
|
||||||
{
|
|
||||||
return !!cc1020_txlen;
|
|
||||||
}
|
|
||||||
|
|
||||||
int
|
int
|
||||||
cc1020_send(const void *buf, unsigned short len)
|
cc1020_send(const void *buf, unsigned short len)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user