[riot-notifications] [RIOT] drivers: add cc110x driver (#3716)
Kaspar Schleiser
notifications at github.com
Wed Sep 23 13:48:54 CEST 2015
> +
> +void cc110x_wakeup_from_rx(cc110x_t *dev)
> +{
> + DEBUG("%s:%s:%u\n", RIOT_FILE_RELATIVE, __func__, __LINE__);
> +
> + if (dev->radio_state != RADIO_RX) {
> + return;
> + }
> +
> + LOG_DEBUG("cc110x: switching to idle mode\n");
> +
> + cc110x_strobe(dev, CC110X_SIDLE);
> + dev->radio_state = RADIO_IDLE;
> +}
> +
> +char *cc110x_get_marc_state(cc110x_t *dev)
I just removed all of those functions, they were unused anyways.
---
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/3716/files#r40194248
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20150923/bb0b9e5b/attachment.html>
More information about the notifications
mailing list