fix missing includes (#5138)

This commit is contained in:
Manuel
2024-10-24 21:58:24 +02:00
committed by GitHub
parent 6485f037ec
commit 701293c2d3
4 changed files with 5 additions and 1 deletions

View File

@@ -7,7 +7,8 @@
#include "linux/LinuxHardwareI2C.h"
#endif
#if !defined(ARCH_PORTDUINO) && !defined(ARCH_STM32WL)
#include "main.h" // atecc
#include "main.h" // atecc
#include "meshUtils.h" // vformat
#endif
// AXP192 and AXP2101 have the same device address, we just need to identify it in Power.cpp