avr-equeue

diff equeue.c @ 2:9b7983ee2a89

changed the baud rate to 38400
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 15 Jul 2014 02:42:47 +0300
parents 9cb1db5d0e7c
children
line diff
     1.1 --- a/equeue.c	Sun Jul 13 12:18:14 2014 +0300
     1.2 +++ b/equeue.c	Tue Jul 15 02:42:47 2014 +0300
     1.3 @@ -40,7 +40,7 @@
     1.4  int com_issue_pending, com_cust_pending;
     1.5  int report_inputs;
     1.6  
     1.7 -#define MAX_INPUT_SIZE	256
     1.8 +#define MAX_INPUT_SIZE	128
     1.9  char input[MAX_INPUT_SIZE];
    1.10  int inp_cidx;
    1.11