Order of operations

This commit is contained in:
souldbminersmwc
2025-08-25 09:03:47 -04:00
parent 6e87919f5a
commit f629c2cb11

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,