summaryrefslogtreecommitdiffstats
path: root/libk8055/libk8055.cpp
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-16 00:21:14 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-16 00:21:14 +0100
commit83edf14e431b14240146e89d0b9e692f0b39c48f (patch)
tree104f81704021afc729e40c327f09f55a6d27a1b3 /libk8055/libk8055.cpp
parenta7ebf91a9a2c583ba743d77035af8aed292d0f1d (diff)
downloadk8055-83edf14e431b14240146e89d0b9e692f0b39c48f.zip
k8055-83edf14e431b14240146e89d0b9e692f0b39c48f.tar.gz
set per device debug status
Diffstat (limited to 'libk8055/libk8055.cpp')
-rw-r--r--libk8055/libk8055.cpp2
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 ) {