mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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);
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
@ -241,7 +241,8 @@ extern "C" {
|
||||
#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
|
||||
* @{
|
||||
*/
|
||||
@ -330,7 +331,6 @@ typedef struct {
|
||||
uint8_t data[8]; /**< Magic number to store in the configuration register */
|
||||
} cc110x_patable_t;
|
||||
|
||||
|
||||
/**
|
||||
* @brief Configuration of the transceiver to use
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user