X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=macos.c;h=0b64e19a0ee3c9354d56507c2b233a90bd2f0690;hb=6245b700a4a98cc2dba8c5b8c3f4958491605755;hp=b48f20d8707562951ecbd7268f34d99b47ee2993;hpb=671f6544ac8b4a6eb68576b37344e84808511eb8;p=ext%2Fsubsurface.git diff --git a/macos.c b/macos.c index b48f20d..0b64e19 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"); +}