Conflicts: api.c
@@ -161,9 +161,6 @@ static const char *SCRYPTSTR = "scrypt";
static const char *SHA256STR = "sha256";
static const char *DEVICECODE = ""
-#ifdef USE_AVALON
- "AVA "
-#endif
#ifdef HAVE_OPENCL
"GPU "
#endif
@@ -173,6 +170,9 @@ static const char *DEVICECODE = ""
#ifdef USE_ICARUS
"ICA "
+#ifdef USE_AVALON
+ "AVA "
+#endif
#ifdef USE_X6500
"XBS "