From 0deb8715bb1c7dea05ec0de3386a8367f58ccf79 Mon Sep 17 00:00:00 2001 From: Romain Goyet Date: Wed, 13 Feb 2019 15:40:07 +0100 Subject: [PATCH] [build] Fix a typo --- build/device/elf2dfu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):