zephyr/subsys/lorawan
Jordan Yates bb6cb0f1dd lorawan: clock_sync: assert instead of error code
Assert that the size provided to `clock_sync_serialize_device_time` is
sufficient, instead of returning an error code. The condition is already
enforced by the calling code, and returning an error code is incorrect
when the return code is unconditionally being used to increment the
buffer offset by callers.

Fixes #84720.

Signed-off-by: Jordan Yates <jordan@embeint.com>
2025-02-03 16:59:29 +01:00
..
nvm lorawan/nvm: do not call settings_save() after writing individual settings 2024-05-01 22:56:34 +01:00
services lorawan: clock_sync: assert instead of error code 2025-02-03 16:59:29 +01:00
CMakeLists.txt lorawan: add emulator for unit testing 2024-03-01 17:35:04 +01:00
Kconfig lorawan: add emulator for unit testing 2024-03-01 17:35:04 +01:00
lorawan_emul.c lorawan: add emulator for unit testing 2024-03-01 17:35:04 +01:00
lorawan.c lorawan: replace booleans by atomic flags 2024-11-16 14:03:36 -05:00
lw_priv.c
lw_priv.h