Skip to content

Commit

Permalink
Update Walker.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Neuroplant authored Apr 15, 2019
1 parent 82b9842 commit 9fbbfc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Walker.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ void *ServoThread (void *value) {
}
void *DisplayThread (void *value) {
while(run) {
system(clrscr);
system("clrscr");
for (int i=0;i<=27;i++) {
printf("\n");
for (int j=0;j<21;j++) {
Expand Down

0 comments on commit 9fbbfc8

Please sign in to comment.