don't compile on Portduino

This commit is contained in:
Thomas Göttgens
2022-10-13 13:01:24 +02:00
parent a7fe69ed6b
commit b5fb0f60b0
3 changed files with 10 additions and 0 deletions

View File

@@ -82,7 +82,9 @@ uint8_t rtc_found;
// Keystore Chips
uint8_t keystore_found;
#ifndef ARCH_PORTDUINO
ATECCX08A atecc;
#endif
bool eink_found = true;