Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
TomLonergan03 committed Jul 1, 2024
1 parent f71aae8 commit 4e5ea9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/debug/commands/accelerometer_commands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ core::Result AccelerometerCommands::addCommands(core::ILogger &logger,
logger.log(core::LogLevel::kFatal, "Failed to create accelerometer sensor");
return core::Result::kFailure;
}
auto accelerometer_sensor = *optional_accelerometer_sensor;
const auto &accelerometer_sensor = *optional_accelerometer_sensor;
const auto *const read_command_name = "accelerometer read";
const auto *const read_command_description = "Read from the accelerometer";
const auto *const read_command_usage = "accelerometer read";
Expand Down

0 comments on commit 4e5ea9e

Please sign in to comment.