This commit is contained in:
Andrey 2021-07-31 01:16:43 -04:00
parent 557b948659
commit 139c2593d5
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ struct digital_input_s {
ICUDriver *driver;
#endif /* HAL_USE_ICU */
bool isActiveHigh = false;
volatile bool started = false;
brain_pin_e brainPin = GPIO_UNASSIGNED;
IntListenerArray<1> widthListeners;