1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 23:11:19 +01:00
Gilles DOFFE 9e928e411b drivers: add modules.h for IS_USED macro
Fix compilation errors on native boards caused by missing modules.h
include in driver headers that use IS_USED() in preprocessor directives.

The IS_USED macro is defined in modules.h and must be included in any
header file that uses it in #if directives.

Error: "missing binary operator before token '('"

Signed-off-by: Gilles DOFFE <g.doffe@gmail.com>
2025-10-30 23:51:31 +01:00
..
2025-07-14 12:49:12 +02:00
2025-09-17 14:24:33 +02:00
2025-06-27 09:28:25 +02:00
2025-04-10 13:37:13 +02:00
2025-07-02 12:12:53 +02:00