zephyr/drivers/sensor/maxim
Stephan Linz 98cf437d7a drivers: sensor: maxim,ds3231: avoid compilation error
As the C language treats 'cases' similar to 'labels' the following
error can also occur when using switch statements when it encounters
a declaration immediately after a label:

drivers/sensor/maxim/ds3231/ds3231.c:77:3: error: a label can only
        be part of a statement and a declaration is not a statement
   77 |   const uint16_t raw_temp = data->raw_temp;
      |   ^~~~~

Signed-off-by: Stephan Linz <linz@li-pro.net>
2025-02-05 01:16:03 +01:00
..
ds18b20 drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
ds3231 drivers: sensor: maxim,ds3231: avoid compilation error 2025-02-05 01:16:03 +01:00
max6675 drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
max17055 drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
max17262 drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
max30101 drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
max31790 drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
max31855 drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
max31865 drivers: sensor: max31865: fix compilation warning -Wdouble-promotion 2024-12-06 06:50:58 +01:00
max31875 drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
max44009 drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
CMakeLists.txt drivers: rtc: maxim,ds3231: RTC driver 2025-01-07 23:00:05 +01:00
Kconfig drivers: rtc: maxim,ds3231: RTC driver 2025-01-07 23:00:05 +01:00