Skip to content

Commit

Permalink
refactor: remove unnecessary tight_loop_contents call
Browse files Browse the repository at this point in the history
  • Loading branch information
yousefyasser committed Jan 21, 2025
1 parent 02db2a3 commit 6edf379
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions uart/gps_uart/gps_uart.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @file gps_uart.c
* @brief A GPS driver that parses NMEA sentences from a GPS module.
* @author Yousef Yasser, Rasheed Atia, Seif Abbas
* @author Yousef Yasser, Rasheed Atia, Seifeldin Khaled
* @date 2025-01-21
*/

Expand Down Expand Up @@ -243,7 +243,6 @@ int main()

// sufficient waiting time required between each gps reading and the next one
sleep_ms(30 * 1000);
tight_loop_contents();
}

return 0;
Expand Down

0 comments on commit 6edf379

Please sign in to comment.