We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02db2a3 commit 6edf379Copy full SHA for 6edf379
uart/gps_uart/gps_uart.c
@@ -1,7 +1,7 @@
1
/**
2
* @file gps_uart.c
3
* @brief A GPS driver that parses NMEA sentences from a GPS module.
4
- * @author Yousef Yasser, Rasheed Atia, Seif Abbas
+ * @author Yousef Yasser, Rasheed Atia, Seifeldin Khaled
5
* @date 2025-01-21
6
*/
7
@@ -243,7 +243,6 @@ int main()
243
244
// sufficient waiting time required between each gps reading and the next one
245
sleep_ms(30 * 1000);
246
- tight_loop_contents();
247
}
248
249
return 0;
0 commit comments