You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have resolved this problem thanks to @jguilfoy comment.
Problem is that even though some1 has already resolved this, This bug still exists on default branch.
same problem as here
#15
@jguilfoy solution works but its not pushed to repository
current code is still
gpio *g = libsoc_gpio_request(gpio_id, LS_SHARED);
if (!g)
return rc;
if (!strcmp(direction, "in"))
rc = libsoc_gpio_set_direction(g, INPUT);
else
rc = libsoc_gpio_set_direction(g, OUTPUT);
The text was updated successfully, but these errors were encountered: