minor text fix

This commit is contained in:
Hierophect 2019-09-11 13:55:48 -04:00
parent 9f8c8c6504
commit d888922db6
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ void reset_all_pins(void) {
// Mark pin as free and return it to a quiescent state.
void reset_pin_number(uint8_t pin_port, uint8_t pin_number) {
if (pin_port == 0x00) {
if (pin_port == 0x0F) {
return;
}