diff --git a/tools/hitag2crack/crack5opencl/ht2crack5opencl.c b/tools/hitag2crack/crack5opencl/ht2crack5opencl.c index 234f23a36..4347e8eef 100644 --- a/tools/hitag2crack/crack5opencl/ht2crack5opencl.c +++ b/tools/hitag2crack/crack5opencl/ht2crack5opencl.c @@ -204,7 +204,7 @@ int main (int argc, char **argv) char *platforms_selected = NULL; char *devices_selected = NULL; - unsigned int device_types_selected = 2; + unsigned int device_types_selected = 0; unsigned int thread_scheduler_type_selected = THREAD_TYPE_ASYNC; unsigned int profile_selected = 2; unsigned int queue_type = 0;