Removed deprecated function.

This commit is contained in:
nvt-se 2007-12-17 20:18:29 +00:00
parent 1566f55e04
commit ab115e4b10

View file

@ -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)
{