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
card10
firmware
Commits
000af958
Commit
000af958
authored
May 07, 2019
by
schneider
Browse files
fix(pmic): Wait a second after boot for stuff to settle
parent
9a7a3dba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Hello_World/main.c
View file @
000af958
...
...
@@ -104,6 +104,7 @@ int main(void)
int
count
=
0
;
printf
(
"Hello World!
\n
"
);
TMR_Delay
(
MXC_TMR0
,
MSEC
(
1000
),
0
);
//Setup the I2CM
I2C_Shutdown
(
MXC_I2C0_BUS0
);
...
...
testapp/main.c
View file @
000af958
...
...
@@ -245,6 +245,7 @@ int main(void)
//int count = 0;
printf
(
"Hello World!
\n
"
);
TMR_Delay
(
MXC_TMR0
,
MSEC
(
1000
),
0
);
//Setup the I2CM
I2C_Shutdown
(
I2C_DEVICE
);
...
...
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