Skip to content

Commit 6edf379

Browse files
committed
refactor: remove unnecessary tight_loop_contents call
1 parent 02db2a3 commit 6edf379

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

uart/gps_uart/gps_uart.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @file gps_uart.c
33
* @brief A GPS driver that parses NMEA sentences from a GPS module.
4-
* @author Yousef Yasser, Rasheed Atia, Seif Abbas
4+
* @author Yousef Yasser, Rasheed Atia, Seifeldin Khaled
55
* @date 2025-01-21
66
*/
77

@@ -243,7 +243,6 @@ int main()
243243

244244
// sufficient waiting time required between each gps reading and the next one
245245
sleep_ms(30 * 1000);
246-
tight_loop_contents();
247246
}
248247

249248
return 0;

0 commit comments

Comments
 (0)