Use correct USB dev_handle at close (name collision). - thanks to alan for debugging this

This commit is contained in:
matthias.ringwald 2011-11-09 15:57:15 +00:00
parent 5a109138a5
commit 23357bd3d1

View File

@ -445,7 +445,7 @@ static int usb_open(void *transport_config){
return 0;
}
static int usb_close(void *handle){
static int usb_close(void *transport_config){
int c;
// @TODO: remove all run loops!