Closed eric-wieser closed 7 years ago
Eric,
This line looks like it was removed becuase res is a dead variable.
uint32_t res = (1 << _pwmResolution);
All these changes seem sound to me. I have not tried to test them.
Jacob
Correct, res
is indeed a dead variable
One variable had no type definition, the other was completely unused