diff --git a/build/device/elf2dfu.py b/build/device/elf2dfu.py index 418065dae..1a2326d76 100644 --- a/build/device/elf2dfu.py +++ b/build/device/elf2dfu.py @@ -8,7 +8,7 @@ import subprocess import re import argparse -# arm-none-eabi-objcopy -h -w file.elf +# arm-none-eabi-objdump -h -w file.elf # arm-none-eabi-objcopy -O binary -j .data file.elf file.bin def loadable_sections(elf_file):