From 3b4633568f90443a90226b76a7ec4dc7e8cdbf83 Mon Sep 17 00:00:00 2001 From: pmoegenburg Date: Thu, 30 May 2024 14:59:12 -0400 Subject: [PATCH] faux commit --- include/sensors/core/tasks/capacitive_sensor_task.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sensors/core/tasks/capacitive_sensor_task.hpp b/include/sensors/core/tasks/capacitive_sensor_task.hpp index 319ddf3cd..15943bdc1 100644 --- a/include/sensors/core/tasks/capacitive_sensor_task.hpp +++ b/include/sensors/core/tasks/capacitive_sensor_task.hpp @@ -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,