tests: drivers: build_all: input: Add config for futaba,sbus #151856
Annotations
1 error, 1 warning, and 1 notice
Run Compliance Tests
Process completed with exit code 1.
|
check-warns:
ClangFormat.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#clang-format for more details.
You may want to run clang-format on this change:
- DT_INST_FOREACH_CHILD(n, SBUS_INPUT_CHANNEL_INITIALIZER) \
- }; \
+ DT_INST_FOREACH_CHILD(n, SBUS_INPUT_CHANNEL_INITIALIZER)}; \
File:drivers/input/input_sbus.c
Line:361
|
Run Compliance Tests:
drivers/input/input_sbus.c#L361
drivers/input/input_sbus.c:361
- DT_INST_FOREACH_CHILD(n, SBUS_INPUT_CHANNEL_INITIALIZER) \
- }; \
+ DT_INST_FOREACH_CHILD(n, SBUS_INPUT_CHANNEL_INITIALIZER)}; \
|
Loading