Fix configurator

This commit is contained in:
souldbminersmwc
2025-09-03 20:56:24 -04:00
parent 84ccfdc018
commit 06faabdddf
3 changed files with 5 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ volatile CustomizeTable C = {
* Value should be divided evenly by 12'500.
* Not enabled by default.
*/
.commonEmcMemVolt = 1212500,
.commonEmcMemVolt = 1175000,
/* Erista CPU:
* - Max Voltage in mV

View File

@@ -16,7 +16,7 @@
#pragma once
#define CUST_REV 1
#define CUST_REV 2
#include "oc_common.hpp"
#include "pcv/pcv_common.hpp"