Put a useful filename there.
authorBernard Blackham <[email protected]>
Wed, 23 Jun 2004 02:26:57 +0000 (02:26 +0000)
committerBernard Blackham <[email protected]>
Wed, 23 Jun 2004 02:26:57 +0000 (02:26 +0000)
ROM2/main_basic.c

index cddfb12..03d56a8 100644 (file)
@@ -329,7 +329,7 @@ void getrom() {
        s[2] = _rom_src_data[2];
        s[3] = '\0';
        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();
        while (!sci_have_packet); /* spin */
        if (!my_strncmp("YES", (char*)sci_rx_buf, 3)) return;

UCC git Repository :: git.ucc.asn.au