Skip to content

Commit

Permalink
clang!
Browse files Browse the repository at this point in the history
  • Loading branch information
brentru committed Aug 15, 2023
1 parent da6827a commit 0f18c5c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Adafruit_Sensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,9 @@ typedef struct {
the air (Ohms) */
float unitless_percent; /**<Percentage, unit-less (%) */
sensors_color_t color; /**< color in RGB component values */
float altitude; /**< Distance between a reference datum and a point or object, in meters. */
}; ///< Union for the wide ranges of data we can carry
float altitude; /**< Distance between a reference datum and a point or
object, in meters. */
}; ///< Union for the wide ranges of data we can carry
} sensors_event_t;

/* Sensor details (40 bytes) */
Expand Down

0 comments on commit 0f18c5c

Please sign in to comment.