fix: rm useless newline attempt

This commit is contained in:
2024-12-04 07:04:13 +06:00
parent a521086d10
commit b1bbf6d099
2 changed files with 2 additions and 2 deletions

View File

@@ -11,6 +11,6 @@ printf "set rtl8710_flasher_buffer_size %s\n" "$BUFFER_SIZE"
printf "set rtl8710_flasher_sector_size %s\n" "$FLASH_SECTOR_SIZE"
printf "\n"
printf "set rtl8710_flasher_code [list \\\n"
printf "set rtl8710_flasher_code [list "
hexdump -v -e '1/4 "0x%08x "' "$1"
printf "]\n\n"