+1
-0
lines changedFilter options
+1
-0
lines changed Original file line number Diff line number Diff line change
@@ -83,6 +83,7 @@ void process_chipfile(char *fname) {
83
83
} else if (strcmp(word, "flash_type") == 0) {
84
84
buf[strlen(buf) - 1] = 0; // chomp newline
85
85
sscanf(buf, "%*s %n", &nc);
86
+
// Match human readable flash_type with enum stm32_flash_type { }.
86
87
if (strcmp(value, "F0_F1_F3") == 0) {
87
88
ts->flash_type = STM32_FLASH_TYPE_F0_F1_F3;
88
89
} else if (strcmp(value, "F1_XL") == 0) {
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4