Fix `NMEA_data.h` include guard

This commit is contained in:
Cedric Grothues 2022-03-07 20:12:08 +01:00 committed by GitHub
parent 67a6ef4d9c
commit d8686043fb
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 \