Skip to content
Snippets Groups Projects
Commit 65c6d06b authored by Stefan Tauner's avatar Stefan Tauner
Browse files

Add space after (main) function names to match our general style

parent 34b191de
No related branches found
Tags ccsv7
No related merge requests found
...@@ -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;
......
...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment