Skip to content

Commit

Permalink
faux commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoegenburg committed May 30, 2024
1 parent e7424ea commit 3b46335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/sensors/core/tasks/capacitive_sensor_task.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class CapacitiveMessageHandler {

void visit(can::messages::SetSensorThresholdRequest &m) {
LOG("Received request to set threshold to %d from %d sensor",
m.threshold, m.sensor);
m.threshold, m.sensor);
if (m.mode == can::ids::SensorThresholdMode::absolute) {
driver.set_threshold(
fixed_point_to_float(m.threshold, S15Q16_RADIX), m.mode,
Expand Down

0 comments on commit 3b46335

Please sign in to comment.