fix(sensors): Avoid duplicate Kconfig/DTS name.

* Upstream added an equivalent fuel gauge driver, so namespace
  our Kconfig symbol and DTS compatible for the MAX17048 driver.
This commit is contained in:
Peter Johanson
2023-10-16 06:11:21 +00:00
committed by Pete Johanson
parent 0b5afbf9c0
commit bd9c71ab0a
5 changed files with 9 additions and 11 deletions

View File

@@ -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>