Changeset 18 for trunk/software


Ignore:
Timestamp:
Nov 21, 2024, 12:17:23 PM (7 weeks ago)
Author:
bouyer
Message:

Build with -Wall

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/software/tty/readtty_command.c

    r17 r18  
    5858{
    5959        int d;
    60         int bytes;
    61         int nfds;
    62         int lineno = 0;
    6360        char buf[256];
    6461        int i;
    65         fd_set rfds;
    66         char *endp;
    67         int gpioi, currenti, tensioni;
    68         float current_a, tension_v;
    69         int val, gpio_val;
    70         int c_opt = 0, v_opt = 0;
    71         extern char *optarg;
    72         extern int optind;
    73         int ch;
    7462
    7563        struct termios t, ot;
Note: See TracChangeset for help on using the changeset viewer.