[riot-notifications] [RIOT] drivers: add cc110x driver (#3716)
Oleg Hahm
notifications at github.com
Fri Sep 4 21:51:56 CEST 2015
> + * @author Kaspar Schleiser <kaspar at schleiser.de>
> + */
> +
> +#ifndef CC110X_PARAMS_H
> +#define CC110X_PARAMS_H
> +
> +#ifdef __cplusplus
> +extern "C" {
> +#endif
> +
> +/**
> + * @name CC110X configuration
> + */
> +const cc110x_params_t cc110x_params[] = {
> + { .spi=0,
> + .CS=53,
Sorry for the nitpick, bu tthe indentation seems off.
---
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/3716/files#r38788126
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20150904/5ca8cae8/attachment.html>
More information about the notifications
mailing list