diff --git a/drivers/include/sx1280.h b/drivers/include/sx1280.h index 08abd3797719..56f501ac2d97 100644 --- a/drivers/include/sx1280.h +++ b/drivers/include/sx1280.h @@ -18,6 +18,7 @@ * * @author Francisco Molina * @author Aymeric Brochier + * */ #ifndef SX1280_H diff --git a/drivers/sx1280/include/sx1280_constants.h b/drivers/sx1280/include/sx1280_constants.h index 773729ca70ce..6d6b0171de0d 100644 --- a/drivers/sx1280/include/sx1280_constants.h +++ b/drivers/sx1280/include/sx1280_constants.h @@ -15,6 +15,7 @@ * @brief Internal addresses, registers and constants * * @author Aymeric Brochier + * */ #ifndef SX1280_CONSTANTS_H diff --git a/drivers/sx1280/include/sx1280_netdev.h b/drivers/sx1280/include/sx1280_netdev.h index 10ccb99cade9..38cace0a7916 100644 --- a/drivers/sx1280/include/sx1280_netdev.h +++ b/drivers/sx1280/include/sx1280_netdev.h @@ -15,7 +15,7 @@ * * @author Francisco Molina * @author Aymeric Brochier - + * */ #ifndef SX1280_NETDEV_H diff --git a/drivers/sx1280/include/sx1280_params.h b/drivers/sx1280/include/sx1280_params.h index e31207595ef5..1a8d45fc89ab 100644 --- a/drivers/sx1280/include/sx1280_params.h +++ b/drivers/sx1280/include/sx1280_params.h @@ -15,6 +15,7 @@ * * @author Francisco Molina * @author Aymeric Brochier + * */ #ifndef SX1280_PARAMS_H diff --git a/drivers/sx1280/sx1280_netdev.c b/drivers/sx1280/sx1280_netdev.c index 003e1a3e5ce6..4a5e02d2631e 100644 --- a/drivers/sx1280/sx1280_netdev.c +++ b/drivers/sx1280/sx1280_netdev.c @@ -15,6 +15,7 @@ * * @author Francisco Molina * @author Aymeric Brochier + * * @} */