aboutsummaryrefslogtreecommitdiffstats
path: root/linux.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux.c')
-rw-r--r--linux.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/linux.c b/linux.c
index 2edcf85a1..e26b3acbd 100644
--- a/linux.c
+++ b/linux.c
@@ -46,3 +46,8 @@ void subsurface_close_conf(void)
{
/* this is a no-op */
}
+
+const char *subsurface_USB_name()
+{
+ return("/dev/ttyUSB0");
+}