mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-02 18:59:56 +00:00
Sigh...
This commit is contained in:
parent
b1f789dddd
commit
cc73d2c2f2
@ -3,5 +3,5 @@
|
||||
#include <Arduino.h>
|
||||
#include "main.h"
|
||||
|
||||
uint printWPL(char *buf, Position &pos, const char *name);
|
||||
uint printGGA(char *buf, Position &pos);
|
||||
uint printWPL(char *buf, const Position &pos, const char *name);
|
||||
uint printGGA(char *buf, const Position &pos);
|
||||
|
Loading…
Reference in New Issue
Block a user