Skip to content

Commit

Permalink
Blimp: tidy log message id definitions
Browse files Browse the repository at this point in the history
Add a comment indicating only 20 ids are available to the vehicle
  • Loading branch information
peterbarker authored and tridge committed Dec 20, 2021
1 parent 7dadc9f commit 3f9ca50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Blimp/defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ enum DevOptions {
DevOptionSetAttitudeTarget_ThrustAsThrust = 4,
};

// Logging parameters
// Logging parameters - only 32 messages are available to the vehicle here.
enum LoggingParameters {
LOG_CONTROL_TUNING_MSG,
LOG_DATA_INT16_MSG,
Expand Down

0 comments on commit 3f9ca50

Please sign in to comment.