diff options
| author | bnewbold <bnewbold@robocracy.org> | 2010-08-31 16:28:23 -0400 |
|---|---|---|
| committer | bnewbold <bnewbold@robocracy.org> | 2010-08-31 16:28:23 -0400 |
| commit | 01c38f5567bf624413d901c2b287e63cdccd03a6 (patch) | |
| tree | 184c1cbe4599ac16120070fcf8ba6b528f69fb36 /wirish/wirish_analog.c | |
| parent | 695f0dc4baa1bf682eec0226dc5632a9200174f1 (diff) | |
| download | librambutan-01c38f5567bf624413d901c2b287e63cdccd03a6.tar.gz librambutan-01c38f5567bf624413d901c2b287e63cdccd03a6.zip | |
Partial progress on wirish portability
This version throws "defined but unused" warnings which could probably
be squashed with #pragma
Diffstat (limited to 'wirish/wirish_analog.c')
| -rw-r--r-- | wirish/wirish_analog.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/wirish/wirish_analog.c b/wirish/wirish_analog.c index f4c1204..2a8d662 100644 --- a/wirish/wirish_analog.c +++ b/wirish/wirish_analog.c @@ -30,8 +30,6 @@ #include "wirish.h" #include "io.h" -extern const PinMapping PIN_MAP[NR_MAPLE_PINS]; - /* Assumes that the ADC has been initialized and * that the pin is set to ANALOG_INPUT */ uint32 analogRead(uint8 pin) { |
