Skip to content

Commit 8b0a166

Browse files
committed
doc: add SPDX license identifier to GPS UART driver file
1 parent 6edf379 commit 8b0a166

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

uart/gps_uart/gps_uart.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* @brief A GPS driver that parses NMEA sentences from a GPS module.
44
* @author Yousef Yasser, Rasheed Atia, Seifeldin Khaled
55
* @date 2025-01-21
6+
*
7+
* SPDX-License-Identifier: MIT
68
*/
79

810
#include "hardware/uart.h"

0 commit comments

Comments
 (0)