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 16, 2019
1 parent 9fbbfc8 commit 73f50ad
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("clear");
for (int i=0;i<=27;i++) {
printf("\n");
for (int j=0;j<21;j++) {
Expand Down

0 comments on commit 73f50ad

Please sign in to comment.