mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-02 10:50:40 +00:00
Fix for alpine linux builds
This commit is contained in:
parent
631db56a44
commit
26a907444c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user