From 3d76875f38bde869ced4fb362bb702f36ea191a5 Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Thu, 25 Mar 2021 13:56:22 +0100 Subject: [PATCH] drivers/cc110x: style fixes --- drivers/cc110x/include/cc110x_communication.h | 1 - drivers/include/cc110x.h | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) 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 *