Update NMEAWPL.h

This commit is contained in:
Ben Meadors 2022-11-05 15:20:09 -05:00 committed by GitHub
parent a7a020f431
commit d641adc0fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,5 +3,5 @@
#include <Arduino.h>
#include "main.h"
uin32_t printWPL(char *buf, const Position &pos, const char *name);
uin32_t printGGA(char *buf, const Position &pos);
uint32_t printWPL(char *buf, const Position &pos, const char *name);
uint32_t printGGA(char *buf, const Position &pos);