1
0
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:
Marian Buschsieweke 2021-03-25 13:56:22 +01:00
parent 71be0ba3a1
commit 3d76875f38
No known key found for this signature in database
GPG Key ID: 61F64C6599B1539F
2 changed files with 2 additions and 3 deletions

View File

@ -209,7 +209,6 @@ uint8_t cc110x_status(cc110x_t *dev);
*/
int cc110x_power_on_and_acquire(cc110x_t *dev);
#ifdef __cplusplus
}
#endif

View File

@ -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
*