From 321d22e2f3029683f1a34bda87204d69dc5e23fb Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Mon, 20 Feb 2023 20:38:53 -0800 Subject: [PATCH] Revert "moving sensors files a bit" This reverts commit babcd7c3a0de782a5060bbb53a99b6ad6b86aeee. --- firmware/controllers/sensors/sensor_type.h | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/firmware/controllers/sensors/sensor_type.h b/firmware/controllers/sensors/sensor_type.h index f13b4845a9..0e0afd231b 100644 --- a/firmware/controllers/sensors/sensor_type.h +++ b/firmware/controllers/sensors/sensor_type.h @@ -35,14 +35,10 @@ enum class SensorType : unsigned char { // This is the "resolved" position, potentially composited out of the following two Tps1, // 10 - // Combined analog redundant sensor - AnalogTps1, - // First analog sensor + // This is the first sensor Tps1Primary, - // Second analog sensor + // This is the second sensor Tps1Secondary, - // alternative physical implementation - digital and CRC protected, natively redundant - SentTps1, Tps2, Tps2Primary, @@ -56,7 +52,7 @@ enum class SensorType : unsigned char { // This maps to the pedal if we have one, and Tps1 if not. DriverThrottleIntent, - AuxTemp1, // 22 + AuxTemp1, // 20 AuxTemp2, Lambda1,