Skip to content

Commit b0c90d5

Browse files
author
Matthew West
committed
Improve comment giving documentation
1 parent d80a6c9 commit b0c90d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/c_pinmux.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
BBIO_err set_pin_mode(const char *key, const char *mode)
99
{
10-
// char ocp_dir[30] "/sys/devices/platform/ocp"
10+
// char ocp_dir[] defined in common.h
1111
char path[60]; // "/sys/devices/platform/ocp/ocp:P#_##_pinmux/state"
1212
char pinmux_dir[20]; // "ocp:P#_##_pinmux"
1313
FILE *f = NULL;

0 commit comments

Comments
 (0)