Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
standalone_public
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ti-connected-launchpad
standalone_public
Commits
65c6d06b
Commit
65c6d06b
authored
7 years ago
by
Stefan Tauner
Browse files
Options
Downloads
Patches
Plain Diff
Add space after (main) function names to match our general style
parent
34b191de
No related branches found
Branches containing commit
Tags
ccsv7
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
example_standalone_driverlib/main.c
+1
-1
1 addition, 1 deletion
example_standalone_driverlib/main.c
example_standalone_register/main.c
+1
-1
1 addition, 1 deletion
example_standalone_register/main.c
with
2 additions
and
2 deletions
example_standalone_driverlib/main.c
+
1
−
1
View file @
65c6d06b
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
/* !!! Changing this macro does not change clock speed !!! */
/* !!! Changing this macro does not change clock speed !!! */
#define F_CPU (16000000)
#define F_CPU (16000000)
int
main
(
void
)
int
main
(
void
)
{
{
uint32_t
ui32Strength
;
uint32_t
ui32Strength
;
uint32_t
ui32PinType
;
uint32_t
ui32PinType
;
...
...
This diff is collapsed.
Click to expand it.
example_standalone_register/main.c
+
1
−
1
View file @
65c6d06b
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
/* !!! Changing this macro does not change clock speed !!! */
/* !!! Changing this macro does not change clock speed !!! */
#define F_CPU (16000000)
#define F_CPU (16000000)
int
main
(
void
)
int
main
(
void
)
{
{
uint32_t
ui32Loop
;
uint32_t
ui32Loop
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment