X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=windows.c;h=8a81737b039082ea4b551534b6072e740abb4b8d;hb=0a9e5aa7353476d70c4eb9866aeda979118d04e5;hp=e4c811984a942c70b254d17322381c3c13bd606f;hpb=192713680eb02afe6453a0a404e0eabb59758791;p=ext%2Fsubsurface.git diff --git a/windows.c b/windows.c index e4c8119..8a81737 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"; +}