XIAO PWM & Servo Library problem report

Hello, Hansen.
Thank you for your feedback.

The problem is happen when using both Servo Library and pin6,7 PWM out.
(PWM outputs other than pins 6,7 work fine.)

It seems Timer/Counter is conflict between analogWrite and Servo Library for SAMD,
so I solved to change TC4 to TC5 on ServoTimers.h.

Test code