From 08d6546af69c2bc0a6b80c159c0dadc3287b9055 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Thu, 14 Jan 2021 11:36:41 +0100 Subject: [PATCH] ht2crack5opencl: change default to GPU according to the help, thanks @matrix ! --- tools/hitag2crack/crack5opencl/ht2crack5opencl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;