mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-05-08 09:25:31 -04:00
Fix build on non-GPS
This commit is contained in:
parent
1d79b1e8a9
commit
db5cbe9552
1 changed files with 2 additions and 0 deletions
|
@ -1717,6 +1717,7 @@ void unlock_rom() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void kiss_indicate_location() {
|
void kiss_indicate_location() {
|
||||||
|
#if HAS_GPS
|
||||||
char location[10];
|
char location[10];
|
||||||
int len;
|
int len;
|
||||||
int32_t val;
|
int32_t val;
|
||||||
|
@ -1741,6 +1742,7 @@ void kiss_indicate_location() {
|
||||||
escaped_serial_write(val);
|
escaped_serial_write(val);
|
||||||
serial_write(FEND);
|
serial_write(FEND);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void log_debug(const char* msg) {
|
void log_debug(const char* msg) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue