We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b353274 commit 9bb8797Copy full SHA for 9bb8797
tools/update_eeprom
@@ -29,7 +29,7 @@ trap "rm -f \"$instr\"" EXIT
29
30
convert()
31
{
32
- sed -ne 's/^\([0-9a-f]\{4\}\) \([0-9a-f ]*\)$/D3 Ax\1 C16 X\2/p' "$@"
+ sed -ne 's/^\([0-9a-f]\{4,6\}\) \([0-9a-f ]*\)$/D3 Ax\1 C16 X\2/p' "$@"
33
}
34
35
if [ -z "$new" ]; then
0 commit comments