Skip to content

Commit 736edac

Browse files
committed
Moved TMP102 entry to bottom of list to preserve enumeration ordering.
1 parent 7b0e08e commit 736edac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Firmware/OpenLog_Artemis/settings.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ typedef enum
88
DEVICE_DISTANCE_VL53L1X,
99
DEVICE_GPS_UBLOX,
1010
DEVICE_PROXIMITY_VCNL4040,
11-
DEVICE_TEMPERATURE_TMP102,
1211
DEVICE_TEMPERATURE_TMP117,
1312
DEVICE_PRESSURE_MS5637,
1413
DEVICE_PRESSURE_LPS25HB,
@@ -35,6 +34,8 @@ typedef enum
3534
DEVICE_ADS1015,
3635
DEVICE_PRESSURE_LPS28DFW,
3736
DEVICE_LIGHT_VEML7700,
37+
DEVICE_TEMPERATURE_TMP102,
38+
3839

3940
DEVICE_TOTAL_DEVICES, //Marks the end, used to iterate loops
4041
DEVICE_UNKNOWN_DEVICE,

0 commit comments

Comments
 (0)