Project

General

Profile

Revision 274

another minor change

View differences:

proj/src/proj.c
207 207
                                    #ifdef DIOGO
208 208
                                    else if ((scancode[0]) == ENTER_MAKE_CODE) {
209 209
                                        buffer[buffer_pos] = '\0';
210
                                        printf("\nSending string -%s-\n", buffer);
211
                                        printf("Send string output: %d\n",
210
                                        printf("\nSending string -%s-", buffer);
211
                                        printf(" (output: %d)\n",
212 212
                                            hltp_send_string(COM1_ADDR, buffer));
213 213
                                        buffer_pos = 0;
214 214
                                    }

Also available in: Unified diff