fix(gpio): fields in gpio_cfg_t are not bit-sets
Compare changes
+ 53
− 41
@@ -8,40 +8,52 @@
@@ -50,30 +62,30 @@ int epic_gpio_set_pin_mode(uint8_t pin, uint8_t mode)
@@ -84,16 +96,16 @@ int epic_gpio_write_pin(uint8_t pin, bool on)