From 064de6e140a920ac779c761fc4a60a452a05430b Mon Sep 17 00:00:00 2001 From: Abdelatif Guettouche Date: Fri, 4 Dec 2020 16:50:47 +0000 Subject: [PATCH] include/nuttx/sensors/hts221.h: Fix nxstyle errors. Signed-off-by: Abdelatif Guettouche --- include/nuttx/sensors/hts221.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/include/nuttx/sensors/hts221.h b/include/nuttx/sensors/hts221.h index a53c5ceedb..2d60412436 100644 --- a/include/nuttx/sensors/hts221.h +++ b/include/nuttx/sensors/hts221.h @@ -102,16 +102,16 @@ typedef struct hts221_settings_s hts221_avrg_humid_t humid_resol; /* Humidity resolution. The more * samples sensor takes, the more power * it uses */ - hts221_odr_t odr; /* Output data rate */ - bool is_bdu; /* If read operation is not faster than output - * operation, then this variable must be set to true */ - bool is_data_rdy; /* Must be set to true, if interrupt needed. - * Default is 0, disabled */ - bool is_high_edge; /* High or low interrupt signal from device. - * Default is high, 0 */ - bool is_open_drain; /* Open drain or push-pull on data-ready pin. - * Default is push-pull, 0 */ - bool is_boot; /* Refresh the content of the internal registers */ + hts221_odr_t odr; /* Output data rate */ + bool is_bdu; /* If read operation is not faster than output + * operation, then this variable must be set to true */ + bool is_data_rdy; /* Must be set to true, if interrupt needed. + * Default is 0, disabled */ + bool is_high_edge; /* High or low interrupt signal from device. + * Default is high, 0 */ + bool is_open_drain; /* Open drain or push-pull on data-ready pin. + * Default is push-pull, 0 */ + bool is_boot; /* Refresh the content of the internal registers */ } hts221_settings_t; /* Interrupt configuration data structure */