diff options
-rw-r--r-- | o3000.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -916,7 +916,7 @@ int __stdcall o3000_disconnect(int id) { * by @ref o3000_get_num_device. * * NOTE - * This function will block until the USB device is disconnected manually or the driver is stopped by calling @ref o3000_exit. + * This function will block until the USB device is disconnected manually or the driver is stopped by calling @ref o3000_disconnect or @ref o3000_exit. * * @param id session ID * @param device_nr device number to connect (use 0 to connect to first available device) @@ -1398,7 +1398,7 @@ _o3000_init_abort: /** * Exit O-3000 session. - * This function closes an active session and releases all system resources. + * This function disconnects and closes an active session. Afterwards it releases all system resources. * * @param id session ID */ |