1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-17 18:43:50 +01:00

drivers/sen5x: change header guard to #pragma once

This commit is contained in:
crasbe 2025-04-08 18:37:14 +02:00
parent 14fc6c04cf
commit 832edbf11c
3 changed files with 3 additions and 9 deletions

View File

@ -6,8 +6,7 @@
* directory for more details.
*/
#ifndef SEN5X_H
#define SEN5X_H
#pragma once
/**
* @defgroup drivers_sen5x Sensirion Embedded I2C SEN5x Driver
@ -327,4 +326,3 @@ void sen5x_get_voc_state(const sen5x_t *dev, uint8_t *state, uint8_t state_size)
#endif
/** @} */
#endif /* SEN5X_H */

View File

@ -6,8 +6,7 @@
* directory for more details.
*/
#ifndef SEN5X_CONSTANTS_H
#define SEN5X_CONSTANTS_H
#pragma once
/**
* @ingroup drivers_sen5x
@ -35,4 +34,3 @@ extern "C" {
#endif
/** @} */
#endif /* SEN5X_CONSTANTS_H */

View File

@ -6,8 +6,7 @@
* directory for more details.
*/
#ifndef SEN5X_PARAMS_H
#define SEN5X_PARAMS_H
#pragma once
/**
* @ingroup drivers_sen5x
@ -90,4 +89,3 @@ static const saul_reg_info_t sen5x_saul_info[] =
#endif
/** @} */
#endif /* SEN5X_PARAMS_H */