X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=linux.c;h=e26b3acbde1458a3ca338d6b6da73908775a60e0;hb=b0759feef87fcf820682cb36d65f2252c2cc12ae;hp=2edcf85a1ebebfab5b4f32a21e87f04561b29e84;hpb=671f6544ac8b4a6eb68576b37344e84808511eb8;p=ext%2Fsubsurface.git diff --git a/linux.c b/linux.c index 2edcf85..e26b3ac 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"); +}