Skip to content

Commit

Permalink
modif depuis le raspberry
Browse files Browse the repository at this point in the history
  • Loading branch information
superpingu committed Sep 10, 2016
1 parent 439791d commit 984d12a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
CFLAGS = -o2 -Wall
LDFLAGS = -lwalkingdriver
vpath %.c src/

all: main

main: main.c
main: main.c

.PHONY: all
Binary file added main
Binary file not shown.
4 changes: 2 additions & 2 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ void terminer()

void pause()
{
while (!a_fini) waitfor(0.05);
while (!a_fini) waitFor(0.05);
a_fini = 0;
}

Expand Down Expand Up @@ -44,4 +44,4 @@ int main (int argc, char* args[])

printf("Hello world");
return 0;
}
}

0 comments on commit 984d12a

Please sign in to comment.