Skip to content

Commit d722186

Browse files
authored
Merge pull request #137 from cedricgrothues/patch-1
Fix include guard in `NMEA_data.h`
2 parents 4683307 + d868604 commit d722186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NMEA_data.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55
/**************************************************************************/
66
#ifndef _NMEA_DATA_H
7-
#define _NMEA__DATA_H
7+
#define _NMEA_DATA_H
88
#include "Arduino.h"
99

1010
#define NMEA_MAX_WP_ID \

0 commit comments

Comments
 (0)