summaryrefslogtreecommitdiffstats
path: root/macos.c
diff options
context:
space:
mode:
Diffstat (limited to 'macos.c')
-rw-r--r--macos.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/macos.c b/macos.c
index b48f20d87..0b64e19a0 100644
--- a/macos.c
+++ b/macos.c
@@ -89,3 +89,8 @@ void subsurface_close_conf(void)
CFRelease(xmlData);
CFRelease(propertyList);
}
+
+const char *subsurface_USB_name()
+{
+ return("/dev/tty.SLAB_USBtoUART");
+}