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 a new issue