diff options
Diffstat (limited to 'windows.c')
-rw-r--r-- | windows.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -78,3 +78,8 @@ void subsurface_close_conf(void) printf("RegFlushKey failed \n"); RegCloseKey(hkey); } + +const char *subsurface_USB_name() +{ + return("COM3"); +} |