From 5a022b288977123f88c380448d7e9ba9a7b17c2c Mon Sep 17 00:00:00 2001 From: Mark Zakharyan Date: Mon, 30 Sep 2024 15:35:24 -0700 Subject: [PATCH] lol oops --- m4/src/Peripherals/God.h | 1 - 1 file changed, 1 deletion(-) diff --git a/m4/src/Peripherals/God.h b/m4/src/Peripherals/God.h index 1922ad3..c08c001 100644 --- a/m4/src/Peripherals/God.h +++ b/m4/src/Peripherals/God.h @@ -19,7 +19,6 @@ class God { registerMemberFunctionVector(dacLedBufferRampWrapper, "DAC_LED_BUFFER_RAMP"); registerMemberFunction(dacChannelCalibration, "DAC_CH_CAL"); - registerMemberFunctionVector(boxcarAverageRamp, "BOXCAR_BUFFER_RAMP"); registerMemberFunctionVector(boxcarAverageRampDebug, "BOXCAR_BUFFER_RAMP_DEBUG"); }