rename GPIO_CONF_DRIVER_ENABLE back to GPIO_CONF_PUSH_PULL
This commit is contained in:
parent
ab6f4b8420
commit
1ebb85b150
2 changed files with 5 additions and 5 deletions
|
|
@ -36,7 +36,7 @@ INLINED void gpio_enable(const uint8_t gpio_num, const gpio_direction_t directio
|
|||
break;
|
||||
case GPIO_OUTPUT:
|
||||
iomux_flags = IOMUX_PIN_OUTPUT_ENABLE;
|
||||
ctrl_val = GPIO_CONF_DRIVER_ENABLE;
|
||||
ctrl_val = GPIO_CONF_PUSH_PULL;
|
||||
break;
|
||||
case GPIO_OUT_OPEN_DRAIN:
|
||||
iomux_flags = IOMUX_PIN_OUTPUT_ENABLE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue