Skip to content

Commit

Permalink
Fixed ipia bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jminjares4 committed Oct 18, 2022
1 parent eddd590 commit 7571dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firmware/ipia.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,5 +162,5 @@ void *gpsThread(void *arg0){
// Display_printf(displayHandle,0,0,"%c[2J%c[H",27,27);
// Display_printf(displayHandle,0,0,"UTC_TIME: %02u:%02u:%02u:%02u\n", sysTime.hour, sysTime.minute, sysTime.second, sysTime.milli);
usleep(50000);
};
}
}

0 comments on commit 7571dc0

Please sign in to comment.