Remove ATECC crypto chip placeholder code (#5461)

This commit is contained in:
Ben Meadors
2024-11-27 02:45:54 -06:00
committed by GitHub
parent 601d912c6f
commit 0832388482
7 changed files with 2 additions and 70 deletions

View File

@@ -150,10 +150,6 @@ ScanI2C::DeviceAddress accelerometer_found = ScanI2C::ADDRESS_NONE;
// The I2C address of the RGB LED (if found)
ScanI2C::FoundDevice rgb_found = ScanI2C::FoundDevice(ScanI2C::DeviceType::NONE, ScanI2C::ADDRESS_NONE);
#if !defined(ARCH_PORTDUINO) && !defined(ARCH_STM32WL)
ATECCX08A atecc;
#endif
#ifdef T_WATCH_S3
Adafruit_DRV2605 drv;
#endif