zephyr/drivers/lora
Marcin Niestroj becc1efe51 drivers: lora: shell: fix 'long' specifier in shell_error()
Replace '%s' with '%ld', so that 'long' value is properly printed with
shell_error(). This suppresses following warning:

  zephyr/drivers/lora/shell.c:181:23: warning: format '%s' expects \
      argument of type 'char *', but argument 4 has type 'long int' \
      [-Wformat=]
    181 |    shell_error(shell, "Invalid bandwidth: %s", lval);
        |                       ^~~~~~~~~~~~~~~~~~~~~~~  ~~~~
        |                                                |
        |                                                long int

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
2022-02-01 14:25:38 -06:00
..
CMakeLists.txt drivers: sx126x: add support for the stm32wl chip 2021-07-15 21:30:28 -04:00
hal_common.c drivers: lora: fix RtcGetCalendarTime() 2021-10-05 19:24:58 -04:00
Kconfig kconfig: drivers: experimental settings now uses select EXPERIMENTAL 2021-10-25 10:46:48 +02:00
Kconfig.sx12xx drivers: sx126x: add support for the stm32wl chip 2021-07-15 21:30:28 -04:00
shell.c drivers: lora: shell: fix 'long' specifier in shell_error() 2022-02-01 14:25:38 -06:00
sx12xx_common.c lora: asynchronous packet reception 2021-10-26 15:48:09 +02:00
sx12xx_common.h lora: asynchronous packet reception 2021-10-26 15:48:09 +02:00
sx126x_common.h drivers: sx126x: add support for the stm32wl chip 2021-07-15 21:30:28 -04:00
sx126x_standalone.c drivers: sx126x_standalone: use the correct dev_data for dio1 callback 2021-08-16 04:57:41 -04:00
sx126x_stm32wl.c drivers: sx126x_stm32wl: clear the radio IRQ before reenabling it 2021-09-22 21:10:05 -05:00
sx126x.c lora: sx126x: don't re-enable interrupt in sleep 2022-01-04 10:02:24 -05:00
sx127x.c drivers: use DT_INST_ENUM_IDX(_OR) macros 2021-11-18 19:12:07 -05:00