summaryrefslogtreecommitdiff
path: root/sirf.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-08-04 14:16:55 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-08-04 14:16:55 +0000
commit5efce5fe9865954c3903c6cce6c0b51add819a10 (patch)
tree16c5f7322cbb89d4562a5f3aa410f279358611d8 /sirf.c
parent0ea8fe71f7f05fde2b8c8841708fcc2a86b786b0 (diff)
downloadgpsd-5efce5fe9865954c3903c6cce6c0b51add819a10.tar.gz
Eliminate duplicated code between sirf.c/sirfflash.c/nmea_parse.c.
Integrate gpspipe.
Diffstat (limited to 'sirf.c')
-rw-r--r--sirf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sirf.c b/sirf.c
index ecbf8e69..13b089d2 100644
--- a/sirf.c
+++ b/sirf.c
@@ -41,7 +41,7 @@
#define HI(n) ((n) >> 8)
#define LO(n) ((n) & 0xff)
-static bool sirf_write(int fd, unsigned char *msg) {
+bool sirf_write(int fd, unsigned char *msg) {
unsigned int crc;
size_t i, len;
char buf[MAX_PACKET_LENGTH*2];