We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a1091 commit b60eb30Copy full SHA for b60eb30
src/hal/sstar.c
@@ -68,6 +68,9 @@ bool sstar_detect_cpu(char *chip_name) {
68
case INFINITY6B:
69
strcpy(chip_name, "SSC33X");
70
break;
71
+ case MERCURY6:
72
+ strcpy(chip_name, "SSC35X");
73
+ break;
74
case INFINITY6C:
75
strcpy(chip_name, "SSC37X");
76
src/hal/sstar.h
@@ -18,6 +18,7 @@
18
#define INFINITY2M 0xF0 // Taiyaki
19
#define INFINITY6E 0xF1 // Pudding
20
#define INFINITY6B 0xF2 // Ispahan
21
+#define MERCURY6 0xF4 // Tiramisu
22
#define PIONEER3 0xF5 // Ikayaki
23
#define INFINITY6C 0xF9 // Maruko
24
0 commit comments