Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tammo Jan Dijkema
dt_ctrl
Commits
0e37721a
Commit
0e37721a
authored
Aug 09, 2015
by
Jeroen Vreeken
Browse files
Forgot return
parent
d92db750
Changes
1
Show whitespace changes
Inline
Side-by-side
controller/am335x/am335x.c
View file @
0e37721a
...
...
@@ -157,6 +157,8 @@ int am335x_control_module_set(size_t offset, uint32_t bits)
reg
=
am335x_read32
(
control_module_base
,
offset
);
am335x_write32
(
control_module_base
,
offset
,
reg
|
bits
);
return
0
;
}
int
am335x_pinmux_debug
(
size_t
offset
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment