[riot-notifications] [RIOT] drivers: add cc110x driver (#3716)
Oleg Hahm
notifications at github.com
Fri Sep 4 22:30:38 CEST 2015
> + */
> +
> +#ifndef CC110X_DEFINES_H
> +#define CC110X_DEFINES_H
> +
> +#ifdef __cplusplus
> +extern "C" {
> +#endif
> +
> +/**
> + * @brief Variable packet length PKTCTRL0 bit configuration
> + *
> + * If variable packet length is configured in PKTCTRL0 the
> + * first byte after the synch word determines the packet length.
> + */
> +#define VARIABLE_PKTLEN (0x01)
doesn't hurt to let them in for now
---
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/3716/files#r38791068
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20150904/4964a469/attachment.html>
More information about the notifications
mailing list