drivers/cc110x: style fixes
This commit is contained in:
parent
71be0ba3a1
commit
3d76875f38
@ -209,7 +209,6 @@ uint8_t cc110x_status(cc110x_t *dev);
|
|||||||
*/
|
*/
|
||||||
int cc110x_power_on_and_acquire(cc110x_t *dev);
|
int cc110x_power_on_and_acquire(cc110x_t *dev);
|
||||||
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -241,7 +241,8 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup drivers_cc110x_config CC1100/CC1100e/CC1101 Sub-GHz transceiver driver compile configuration
|
* @defgroup drivers_cc110x_config CC1100/CC1100e/CC1101 Sub-GHz transceiver driver
|
||||||
|
* compile time configuration
|
||||||
* @ingroup config_drivers_netdev
|
* @ingroup config_drivers_netdev
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
@ -330,7 +331,6 @@ typedef struct {
|
|||||||
uint8_t data[8]; /**< Magic number to store in the configuration register */
|
uint8_t data[8]; /**< Magic number to store in the configuration register */
|
||||||
} cc110x_patable_t;
|
} cc110x_patable_t;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Configuration of the transceiver to use
|
* @brief Configuration of the transceiver to use
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user