On Sun, 22 Aug 2021 18:18:03 -0500
Samuel Holland wrote:
> This header attempted to avoid multiple inclusion using a header guard.
> But the preprocessor symbol was never defined, so the guard had no
> effect. Fix this by defining the symbol.
>
> Signed-off-by: Samuel Holland
Reviewed-by: Andr
This header attempted to avoid multiple inclusion using a header guard.
But the preprocessor symbol was never defined, so the guard had no
effect. Fix this by defining the symbol.
Signed-off-by: Samuel Holland
---
include/axp_pmic.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/ax
2 matches
Mail list logo