Skip to content
Snippets Groups Projects
Commit 31352d87 authored by Bernard Blackham's avatar Bernard Blackham
Browse files

Put a useful filename there.

parent 8582cbf7
Branches
Tags
No related merge requests found
...@@ -329,7 +329,7 @@ void getrom() { ...@@ -329,7 +329,7 @@ void getrom() {
s[2] = _rom_src_data[2]; s[2] = _rom_src_data[2];
s[3] = '\0'; s[3] = '\0';
send_string(s); send_string(s);
send_string(CRLF " Type YES to download via XMODEM: "); send_string(CRLF " Type YES to download rom.tar.bz2 via XMODEM: ");
msg_clr(); msg_clr();
while (!sci_have_packet); /* spin */ while (!sci_have_packet); /* spin */
if (!my_strncmp("YES", (char*)sci_rx_buf, 3)) return; if (!my_strncmp("YES", (char*)sci_rx_buf, 3)) return;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment