Skip to content

make fails due to ‘LS_SHARED’ undeclared. [again] #17

@PPetka

Description

@PPetka

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions