Skip to content
Snippets Groups Projects
Commit 5e2b419e authored by Martin's avatar Martin
Browse files

initialized `j` with 0

parent f4a994ac
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ volatile int busy, i, k; ...@@ -28,7 +28,7 @@ volatile int busy, i, k;
void busy_thread(void) void busy_thread(void)
{ {
int j; int j = 0;
puts("busy_thread starting"); puts("busy_thread starting");
i = 0; i = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment