mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-17 06:02:19 -04:00
CPLD: Set DECIM1 as input to CPLD.
How did DECIM work before?! Now, decimate is no longer a feature, so this doesn't really matter. But tidying it up anyway.
This commit is contained in:
parent
11a5aa9766
commit
e2fe4b65d9
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ constexpr uint32_t gpio_outreg(const Direction direction) {
|
|||
constexpr uint32_t gpio_oenreg(const Direction direction) {
|
||||
return
|
||||
(0U << PIN_DECIM2)
|
||||
| (1U << PIN_DECIM1)
|
||||
| (0U << PIN_DECIM1)
|
||||
| (0U << PIN_DECIM0)
|
||||
| (0U << PIN_INVERT)
|
||||
| (1U << PIN_DIRECTION)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue