1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

drivers/bmx280: remove line break in defgroup

defgroup command must not contain a line break.
This commit is contained in:
Gunar Schorcht 2020-02-27 08:15:29 +01:00
parent 2bbc02a6e0
commit dfae4fbb27

View File

@ -9,8 +9,7 @@
*/
/**
* @defgroup drivers_bmx280 BMP280/BME280 temperature, pressure and humidity
* sensor
* @defgroup drivers_bmx280 BMP280/BME280 temperature, pressure and humidity sensor
* @ingroup drivers_sensors
* @brief Device driver interface for the Bosch BMP280 and BME280 sensors
*