im so stupid
This commit is contained in:
parent
ec3d4eaf20
commit
7faeb46ada
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
Hal::Hal(const uint8_t input, const uint8_t output, const uint8_t low, const uint8_t high, const uint8_t rising, const uint8_t falling)
|
||||
: GpioModeInput(input),
|
||||
GpioModeOutput(output),
|
||||
GpioLevelLow(high),
|
||||
GpioLevelHigh(low),
|
||||
GpioLevelLow(low),
|
||||
GpioLevelHigh(high),
|
||||
GpioInterruptRising(rising),
|
||||
GpioInterruptFalling(falling) {}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue