Skip to content

Commit

Permalink
Add missing docstring for SensorTag
Browse files Browse the repository at this point in the history
  • Loading branch information
AngusJull committed Jun 7, 2024
1 parent ca2fed7 commit 825d169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/drivers/sensor_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ typedef enum {
TAG_LINEAR_ACCEL_REL = 0x7, /**< Relative linear acceleration in meters per second squared */
TAG_LINEAR_ACCEL_ABS = 0x8, /**< Absolute linear acceleration in meters per second squared */
TAG_COORDS = 0x9, /**< Latitude and longitude in degrees */
TAG_VOLTAGE = 0x10, /**< Voltage in volts with a unique ID. */
TAG_FIX = 0xb,
TAG_VOLTAGE = 0xa, /**< Voltage in volts with a unique ID. */
TAG_FIX = 0xb, /**< Fix type representing the type of fix a gps has */
} SensorTag;

/** Describes the data type of the data associated with a tag. */
Expand Down

0 comments on commit 825d169

Please sign in to comment.