This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 064de6e140a920ac779c761fc4a60a452a05430b
Author: Abdelatif Guettouche <abdelatif.guettou...@espressif.com>
AuthorDate: Fri Dec 4 16:50:47 2020 +0000

    include/nuttx/sensors/hts221.h: Fix nxstyle errors.
    
    Signed-off-by: Abdelatif Guettouche <abdelatif.guettou...@espressif.com>
---
 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 a53c5ce..2d60412 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 */

Reply via email to