Skip to content

Commit

Permalink
Remove device as its not needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
leskowicz committed Oct 26, 2024
1 parent 5648fff commit 9b180b6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/point_one/fusion_engine/messages/device.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ enum class DeviceType : uint8_t {
SSR_LG69T = 6,
/** Point One SSR client running on a desktop platform. */
SSR_DESKTOP = 7,
/** Point One Uart to SPI prototype system (host to ST5635) */
P1_ST5635 = 8,
};

/**
Expand Down Expand Up @@ -133,8 +131,6 @@ P1_CONSTEXPR_FUNC const char* to_string(DeviceType val) {
return "SSR_LG69T";
case DeviceType::SSR_DESKTOP:
return "SSR_DESKTOP";
case DeviceType::P1_ST5635:
return "P1_ST5635";
}
return "Unrecognized";
}
Expand Down

0 comments on commit 9b180b6

Please sign in to comment.