X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2F32x%2Fpwm.c;h=defbf0db990cf9f96c5f56c57aa4d5cc1127118e;hb=10250ad2302851843f9b0990fed96d49db210755;hp=8e365892689d604bdc263d8373fe6b70c320c7eb;hpb=1f1ff763e661bab664151c4821c65dad35777976;p=picodrive.git diff --git a/pico/32x/pwm.c b/pico/32x/pwm.c index 8e36589..defbf0d 100644 --- a/pico/32x/pwm.c +++ b/pico/32x/pwm.c @@ -145,7 +145,6 @@ void p32x_pwm_write16(unsigned int a, unsigned int d) void p32x_pwm_update(int *buf32, int length, int stereo) { - extern int pwm_ptr; short *pwmb; int step; int p = 0;