Skip to content

Commit

Permalink
Merge pull request #137 from cedricgrothues/patch-1
Browse files Browse the repository at this point in the history
Fix include guard in `NMEA_data.h`
  • Loading branch information
drak7 committed May 20, 2022
2 parents 4683307 + d868604 commit d722186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NMEA_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/
/**************************************************************************/
#ifndef _NMEA_DATA_H
#define _NMEA__DATA_H
#define _NMEA_DATA_H
#include "Arduino.h"

#define NMEA_MAX_WP_ID \
Expand Down

0 comments on commit d722186

Please sign in to comment.