We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d80a6c9 commit b0c90d5Copy full SHA for b0c90d5
source/c_pinmux.c
@@ -7,7 +7,7 @@
7
8
BBIO_err set_pin_mode(const char *key, const char *mode)
9
{
10
- // char ocp_dir[30] "/sys/devices/platform/ocp"
+ // char ocp_dir[] defined in common.h
11
char path[60]; // "/sys/devices/platform/ocp/ocp:P#_##_pinmux/state"
12
char pinmux_dir[20]; // "ocp:P#_##_pinmux"
13
FILE *f = NULL;
0 commit comments