Revert "Order of operations"

This reverts commit f629c2cb11.
This commit is contained in:
souldbminersmwc
2025-08-28 07:33:37 -04:00
parent 23e7292f9e
commit cd702892ad

View File

@@ -102,8 +102,8 @@ volatile CustomizeTable C = {
.marikoEmcDvbShift = 0,
// TODO - Don't use defines for these!
#define nCK_erista (1000'000. / C.eristaEmcMaxClock);
#define nCK_mariko (1000'000. / C.marikoEmcMaxClock);
#define nCK_erista 1000'000. / C.eristaEmcMaxClock;
#define nCK_mariko 1000'000. / C.marikoEmcMaxClock;
.BL = 16,
.tRFCpb = 140,