Skip to content

Commit

Permalink
add a new sensor sync value
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthecoder committed Jun 25, 2024
1 parent 5ba41c1 commit bbb5df4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/bootloader/core/ids.h
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ typedef enum {
can_sensoroutputbinding_sync = 0x1,
can_sensoroutputbinding_report = 0x2,
can_sensoroutputbinding_max_threshold_sync = 0x4,
can_sensoroutputbinding_auto_baseline_report = 0x8,
} CANSensorOutputBinding;

/** How a sensor's threshold should be interpreted. */
Expand Down
1 change: 1 addition & 0 deletions include/can/core/ids.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ enum class SensorOutputBinding {
sync = 0x1,
report = 0x2,
max_threshold_sync = 0x4,
auto_baseline_report = 0x8,
};

/** How a sensor's threshold should be interpreted. */
Expand Down

0 comments on commit bbb5df4

Please sign in to comment.