Skip to content

Commit

Permalink
doc: add SPDX license identifier to GPS UART driver file
Browse files Browse the repository at this point in the history
  • Loading branch information
yousefyasser committed Jan 21, 2025
1 parent 6edf379 commit 8b0a166
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions uart/gps_uart/gps_uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
* @brief A GPS driver that parses NMEA sentences from a GPS module.
* @author Yousef Yasser, Rasheed Atia, Seifeldin Khaled
* @date 2025-01-21
*
* SPDX-License-Identifier: MIT
*/

#include "hardware/uart.h"
Expand Down

0 comments on commit 8b0a166

Please sign in to comment.