diff --git a/drivers/cc110x/include/cc110x_communication.h b/drivers/cc110x/include/cc110x_communication.h index 5d159c2064..2f26636318 100644 --- a/drivers/cc110x/include/cc110x_communication.h +++ b/drivers/cc110x/include/cc110x_communication.h @@ -209,7 +209,6 @@ uint8_t cc110x_status(cc110x_t *dev); */ int cc110x_power_on_and_acquire(cc110x_t *dev); - #ifdef __cplusplus } #endif diff --git a/drivers/include/cc110x.h b/drivers/include/cc110x.h index 64f602e413..ddd156f034 100644 --- a/drivers/include/cc110x.h +++ b/drivers/include/cc110x.h @@ -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 *