minor text fix
This commit is contained in:
parent
9f8c8c6504
commit
d888922db6
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue