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