mirror of
https://github.com/thelsing/knx.git
synced 2025-08-08 13:47:01 +02:00
Update knx_facade.h
Remove superfluous attribute _buttonPinInterruptOn
This commit is contained in:
parent
db58c21aae
commit
840615ca5c
@ -406,7 +406,6 @@ template <class P, class B> class KnxFacade : private SaveRestore
|
||||
ProgLedOffCallback _progLedOffCallback = 0;
|
||||
uint32_t _ledPinActiveOn = LOW;
|
||||
uint32_t _ledPin = LED_BUILTIN;
|
||||
uint32_t _buttonPinInterruptOn = CHANGE;
|
||||
uint32_t _buttonPin = 0;
|
||||
SaveCallback _saveCallback = 0;
|
||||
RestoreCallback _restoreCallback = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user