Remove legacy test rainbow track state

This commit is contained in:
2026-06-18 17:38:47 +08:00
parent 66fc8eb9a4
commit 28327ed875
5 changed files with 2 additions and 6 deletions
-1
View File
@@ -50,7 +50,6 @@ enum class AccelerationProfile : std::uint8_t {
enum class TrackState : std::uint8_t {
stop = 0,
run = 1,
test_rainbow = 2,
test_display = 4,
};