From: Jeremy Tan Date: Sun, 6 Oct 2013 04:52:29 +0000 (+0800) Subject: *really* remove all refs to unused lut X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=5a84040773d503748ff27e31900099dbe6ce2073;p=matches%2FMCTX3420.git *really* remove all refs to unused lut --- diff --git a/server/pin_test.c b/server/pin_test.c index b22cc13..9893072 100644 --- a/server/pin_test.c +++ b/server/pin_test.c @@ -27,7 +27,7 @@ void Pin_Close() ADC_Unexport(i); for (int i = 0; i < PWM_NUM_PINS; ++i) - PWM_Unexport(g_pin_safe_pwm[i]); + PWM_Unexport(i); } bool Pin_Configure(const char *type, int pin_export, int num) @@ -212,4 +212,4 @@ void Pin_Handler(FCGIContext *context, char * params) FCGI_RejectJSON(context, "Invalid pin type"); } -} \ No newline at end of file +}