Timer/PWM Issues

Timer 2 is only used for PWM pins 3 and 11, at least it is on the UNO

I had a problem today when I added an interrupt driven library to a program using PWM on pin 3 and PWM on that pin stopped. Changing to using PWM on pin 9 solved my problem.