mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
initialized j
with 0
This commit is contained in:
parent
f4a994ac89
commit
5e2b419e9e
@ -28,7 +28,7 @@ volatile int busy, i, k;
|
||||
|
||||
void busy_thread(void)
|
||||
{
|
||||
int j;
|
||||
int j = 0;
|
||||
puts("busy_thread starting");
|
||||
|
||||
i = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user