bump cust_rev to 6

This commit is contained in:
hanabbi
2023-05-28 15:52:40 +09:00
parent 1b1feb76a2
commit 38b8d782e1
3 changed files with 8 additions and 8 deletions

View File

@@ -43,7 +43,7 @@ static_assert(sizeof(cvb_entry_t) == 0x38);
using CustomizeCpuDvfsTable = cvb_entry_t[FREQ_TABLE_MAX_ENTRY_COUNT];
using CustomizeGpuDvfsTable = cvb_entry_t[FREQ_TABLE_MAX_ENTRY_COUNT];
constexpr uint32_t CUST_REV = 5;
constexpr uint32_t CUST_REV = 6;
typedef struct CustTable {
u8 cust[4] = {'C', 'U', 'S', 'T'};