diff options
Diffstat (limited to 'libk8055/libk8055.cpp')
-rw-r--r-- | libk8055/libk8055.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libk8055/libk8055.cpp b/libk8055/libk8055.cpp index 563cb43..2d58da7 100644 --- a/libk8055/libk8055.cpp +++ b/libk8055/libk8055.cpp @@ -112,7 +112,7 @@ char* K8055::Version( void ) { } int K8055::SearchDevices( void ) { - return k8055_search_devices(); + return k8055_search_devices(0); } int K8055::OpenDevice( int board_address ) { |