X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2F32x%2Fpwm.c;h=defbf0db990cf9f96c5f56c57aa4d5cc1127118e;hb=b4db550e41b2aa277f570d7bff890c8e8ee1831f;hp=8e365892689d604bdc263d8373fe6b70c320c7eb;hpb=a736af3ecf708652f90e9cb05445d984960a0eec;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;