mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 22:43:50 +01:00
- Add missing modules.h include for IS_USED macro in atca.h - Fix printf format specifiers in psa_atca_se_driver.c: use %zu for size_t parameters instead of %d to prevent warnings on native platform Signed-off-by: Gilles DOFFE <g.doffe@gmail.com>