RAM should fit on all builds now

This commit is contained in:
Matthew Kennedy 2024-01-06 22:54:53 -08:00
parent d38a9ef0c0
commit d09dce5cc9
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
* This need deep debuging. Until it is moved out of CMM. */
static StepDirectionStepper iacStepperHw;
static DualHBridgeStepper iacHbridgeHw;
StepperMotor iacMotor;
StepperMotor iacMotor CCM_OPTIONAL;
#endif /* EFI_UNIT_TEST */
static SimplePwm idleSolenoidOpen("idle open");