Fix for alpine linux builds

This commit is contained in:
Ben Meadors 2022-11-05 15:10:43 -05:00 committed by GitHub
parent c6f060a24f
commit 30e5706eaa
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"
uint printWPL(char *buf, const Position &pos, const char *name);
uint printGGA(char *buf, const Position &pos);
uin32_t printWPL(char *buf, const Position &pos, const char *name);
uin32_t printGGA(char *buf, const Position &pos);