Merge pull request #137 from cedricgrothues/patch-1

Fix include guard in `NMEA_data.h`
This commit is contained in:
Matt Goodrich 2022-05-20 08:50:37 -04:00 committed by GitHub
commit d722186e8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
*/
/**************************************************************************/
#ifndef _NMEA_DATA_H
#define _NMEA__DATA_H
#define _NMEA_DATA_H
#include "Arduino.h"
#define NMEA_MAX_WP_ID \