1
0
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:
Martin 2014-05-02 13:57:10 +02:00
parent f4a994ac89
commit 5e2b419e9e

View File

@ -28,7 +28,7 @@ volatile int busy, i, k;
void busy_thread(void)
{
int j;
int j = 0;
puts("busy_thread starting");
i = 0;