Commit 487a14c0 authored by Maximilian Deubel's avatar Maximilian Deubel Committed by Alberto Escolar
Browse files

drivers: sensor: adxl367: fix trigger support



The adxl367_trigger.c file was missing a DT_COMPAT definition,
which resulted in the driver config structs being misaligned
between the driver source files. This is fixed here.

Signed-off-by: default avatarMaximilian Deubel <maximilian.deubel@nordicsemi.no>
parent 424dffaf
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4,6 +4,8 @@
 * SPDX-License-Identifier: Apache-2.0
 */

#define DT_DRV_COMPAT adi_adxl367

#include <zephyr/device.h>
#include <zephyr/drivers/gpio.h>
#include <zephyr/sys/util.h>