libsigrok/hardware/fx2lafw
Aurelien Jacobs eb28f1b7b2 fx2lafw: fix possible use of uninitialized variable (gcc-4.9 warning fix)
hardware/fx2lafw/protocol.c: In function 'fx2lafw_command_start_acquisition':
hardware/fx2lafw/protocol.c:113:7: warning: 'cmd.flags' may be used uninitialized in this function [-Wmaybe-uninitialized]
   (cmd.flags & CMD_START_FLAGS_CLK_48MHZ) ? "48" : "30");
       ^
2014-04-06 17:32:46 +02:00
..
api.c Rename various *PROBE* macros to *CHANNEL*. 2014-03-25 20:58:54 +01:00
protocol.c fx2lafw: fix possible use of uninitialized variable (gcc-4.9 warning fix) 2014-04-06 17:32:46 +02:00
protocol.h Replace 'probe' with 'channel' in most places. 2014-03-25 20:58:54 +01:00