From 52634adae2ce8cbc7d5182af2fd96e4d6812a648 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Fri, 24 May 2024 15:26:24 -0400 Subject: remove unused dc table --- wi.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'wi.c') diff --git a/wi.c b/wi.c index af3df8d..3a203c4 100644 --- a/wi.c +++ b/wi.c @@ -64,10 +64,6 @@ const unsigned int ve_tbl[N_P_BRPOINTS][N_RPM_BRPOINTS] = { /* - rpm + */ }; - -/* global variables */ -unsigned int dc_tbl[N_P_BRPOINTS][N_RPM_BRPOINTS]; /* duty cycle table to be populated */ - /* function definitions */ int -- cgit v1.2.3