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
ti-connected-launchpad
standalone_public
Commits
65c6d06b
Commit
65c6d06b
authored
Mar 16, 2018
by
Stefan Tauner
Browse files
Add space after (main) function names to match our general style
parent
34b191de
Changes
2
Hide whitespace changes
Inline
Side-by-side
example_standalone_driverlib/main.c
View file @
65c6d06b
...
...
@@ -22,7 +22,7 @@
/* !!! Changing this macro does not change clock speed !!! */
#define F_CPU (16000000)
int
main
(
void
)
int
main
(
void
)
{
uint32_t
ui32Strength
;
uint32_t
ui32PinType
;
...
...
example_standalone_register/main.c
View file @
65c6d06b
...
...
@@ -22,7 +22,7 @@
/* !!! Changing this macro does not change clock speed !!! */
#define F_CPU (16000000)
int
main
(
void
)
int
main
(
void
)
{
uint32_t
ui32Loop
;
...
...
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