clang!
This commit is contained in:
parent
da6827abb2
commit
0f18c5c68b
|
|
@ -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) */
|
||||
|
|
|
|||
Loading…
Reference in New Issue