X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=windows.c;fp=windows.c;h=3e40c38ef72ccc56d1f03fe6aded3d948fb37a38;hb=4b77a5def6df965cae63dec8b836e18e1e09cd58;hp=e4c811984a942c70b254d17322381c3c13bd606f;hpb=001f6d05dca762de232c68b7ff10fdc999a61514;p=ext%2Fsubsurface.git diff --git a/windows.c b/windows.c index e4c8119..3e40c38 100644 --- a/windows.c +++ b/windows.c @@ -78,3 +78,8 @@ void subsurface_close_conf(void) printf("RegFlushKey failed \n"); RegCloseKey(hkey); } + +const char *subsurface_USB_name() +{ + return("COM3"); +}