libsigrok/hardware/sysclk-lwla
Daniel Elstner 945e4343e2 sysclk-lwla: Avoid warning due to bogus range check.
(lwla_set_clock_source): Checking whether an enum value is greater
than or equal to zero apparently results in a warning with some
compilers.  Assign the enum to an unsigned variable to avoid this,
and return SR_ERR_BUG if the range is exceeded, as this indicates
a bug in the driver code itself.
2014-01-15 21:43:54 +01:00
..
Makefile.am sysclk-lwla: Implement support for the LWLA1034. 2014-01-14 19:33:31 +01:00
api.c sysclk-lwla: Fix probe name issue. 2014-01-14 19:52:26 +01:00
lwla.c sysclk-lwla: Implement support for the LWLA1034. 2014-01-14 19:33:31 +01:00
lwla.h sysclk-lwla: Implement support for the LWLA1034. 2014-01-14 19:33:31 +01:00
protocol.c sysclk-lwla: Avoid warning due to bogus range check. 2014-01-15 21:43:54 +01:00
protocol.h sysclk-lwla: Implement support for the LWLA1034. 2014-01-14 19:33:31 +01:00