enum #173

Merged
muellerr merged 2 commits from kranz_another_very_important_enum_really_tho into main 2023-03-16 14:46:32 +01:00
Showing only changes of commit 9b56a3ce06 - Show all commits

View File

@ -83,7 +83,7 @@ FACTORY_RESET_OPS = {
}
class SupvActionId:
class SupvActionId(enum.IntEnum):
HK_REPORT = 1
START_MPSOC = 3
SHUTWOWN_MPSOC = 4