diff options
Diffstat (limited to 'app/module/drivers/sensor/max17048/max17048.c')
-rw-r--r-- | app/module/drivers/sensor/max17048/max17048.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/module/drivers/sensor/max17048/max17048.c b/app/module/drivers/sensor/max17048/max17048.c index 24cfe093f4..43b30af1a3 100644 --- a/app/module/drivers/sensor/max17048/max17048.c +++ b/app/module/drivers/sensor/max17048/max17048.c @@ -4,7 +4,7 @@ * SPDX-License-Identifier: MIT */ -#define DT_DRV_COMPAT maxim_max17048 +#define DT_DRV_COMPAT zmk_maxim_max17048 #include <zephyr/device.h> #include <zephyr/kernel.h> |