mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-09 17:25:00 +00:00
Removed deprecated function.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user