Closed bdorney closed 5 years ago
Calling code was missing the last channel (127); because the range was not inclusive of endpoint.
Function did not make this distinction clear, so just increased the range by one.
Skipping channel 127.
Change was trivial. Found it in a debugging session.
Description
Calling code was missing the last channel (127); because the range was not inclusive of endpoint.
Function did not make this distinction clear, so just increased the range by one.
Types of changes
Motivation and Context
Skipping channel 127.
How Has This Been Tested?
Change was trivial. Found it in a debugging session.
Screenshots (if appropriate):
Checklist: