Quellcode durchsuchen

[update] gdb.py

rtthread_coredump
huangyulong vor 1 Jahr
Ursprung
Commit
a976e59cfe
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      EWARM/stm32_broad_mini/Exe/gdb.py

EWARM/stm32_broad_mini/Exe/gbd.py → EWARM/stm32_broad_mini/Exe/gdb.py Datei anzeigen

@@ -7,7 +7,7 @@ def main():
7 7
     out_files = glob.glob('*.out')
8 8
 
9 9
     if not out_files:
10
-        out_files = glob.glob('*.elf')
10
+        out_files = glob.glob('*.axf')
11 11
 
12 12
     if not out_files:
13 13
         print("No .out files found in the current directory.")

Laden…
Abbrechen
Speichern