git.ucc.asn.au
/
matches
/
MCTX3420.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66df642
)
*really* remove all refs to unused lut
author
Jeremy Tan
<
[email protected]
>
Sun, 6 Oct 2013 04:52:29 +0000
(12:52 +0800)
committer
Jeremy Tan
<
[email protected]
>
Sun, 6 Oct 2013 04:52:29 +0000
(12:52 +0800)
server/pin_test.c
patch
|
blob
|
history
diff --git
a/server/pin_test.c
b/server/pin_test.c
index
b22cc13
..
9893072
100644
(file)
--- 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
+}
UCC
git Repository :: git.ucc.asn.au