pin_control: fix error handling

This commit is contained in:
Alejandro Soto 2023-09-12 20:49:03 -06:00
parent 7d81d8e9b6
commit 4104ba296f
No known key found for this signature in database
GPG key ID: 570448E3382BDEC5
3 changed files with 49 additions and 39 deletions

View file

@ -13,6 +13,6 @@ int turn_on_all_pins();
int turn_off_all_pins();
int wait_for_button_press(int button_pin);
int wait_for_button_press(const unsigned pins[static 5]);
#endif /* GPIO_CONTROL_H */