diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-16 00:21:14 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-16 00:21:14 +0100 |
commit | 83edf14e431b14240146e89d0b9e692f0b39c48f (patch) | |
tree | 104f81704021afc729e40c327f09f55a6d27a1b3 /libk8055/libk8055.cpp | |
parent | a7ebf91a9a2c583ba743d77035af8aed292d0f1d (diff) | |
download | k8055-83edf14e431b14240146e89d0b9e692f0b39c48f.zip k8055-83edf14e431b14240146e89d0b9e692f0b39c48f.tar.gz |
set per device debug status
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 ) { |