mirror of
https://github.com/FunKey-Project/FunKey-GPIO-Mapping.git
synced 2025-12-26 08:38:54 +01:00
correction error text with winscp
This commit is contained in:
parent
83f4758c24
commit
edd81b6042
@ -149,7 +149,8 @@ static void find_and_call_mapping_function(int idx_gpio_interrupted,
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Check if all other pins of current mapping are activated or were already activated in previous mask
|
// Check if all other pins of current mapping are activated or were already activated in previous mask
|
||||||
if(!mask_gpio_values[current->pins_idx[i]] && gpios_pins_active_high[current->pins_idx[i]]){
|
if( (!mask_gpio_values[current->pins_idx[i]] && gpios_pins_active_high[current->pins_idx[i]]) ||
|
||||||
|
(mask_gpio_values[current->pins_idx[i]] && !gpios_pins_active_high[current->pins_idx[i]]) ){
|
||||||
all_gpio_activated_in_mapping = false;
|
all_gpio_activated_in_mapping = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user