hocclk: rename UV tables to correct names

This commit is contained in:
souldbminersmwc
2026-04-25 16:30:10 -04:00
parent ae71cd447d
commit 3251d104c4
2 changed files with 13 additions and 13 deletions

View File

@@ -126,9 +126,9 @@ typedef enum {
} HocClkSpeedo;
typedef enum {
GPUUVLevel_NoUV = 0,
GPUUVLevel_SLT,
GPUUVLevel_HiOPT,
GPUUVLevel_HiOPT = 0,
GPUUVLevel_HiOPT15,
GPUUVLevel_HighUV,
GPUUVLevel_EnumMax,
} GPUUndervoltLevel;