pwm.c: do not unexport channels
Created by: jadonk
The kernel complains that the PWM is not stopped ahead of being unexported. This may or may not be the case, but in any case, this helps avoid the kernel issue.
Fixes https://github.com/StrawsonDesign/librobotcontrol/issues/154