summaryrefslogtreecommitdiff
path: root/tm.c
diff options
context:
space:
mode:
Diffstat (limited to 'tm.c')
-rw-r--r--tm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tm.c b/tm.c
index 38f6711e..66bf3a4d 100644
--- a/tm.c
+++ b/tm.c
@@ -89,7 +89,7 @@ void process_exception(char *sentence)
write(gNMEAdata.fdout, "EARTHA\r\n", 8);
device_type = DEVICE_EARTHMATEb;
syslog(LOG_NOTICE, "Found an EarthMate (id).");
- /*FIXME: should init the darn thing*/
+ do_eminit();
} else if (debug > 1) {
fprintf(stderr, "Unknown exception: \"%s\"",
sentence);