Update src/mesh/comms/FakeI2C.cpp

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Thomas Göttgens 2025-07-03 00:15:32 +02:00 committed by GitHub
parent cce1b050c8
commit 9356be3f8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@
#ifdef SENSECAP_INDICATOR
FakeI2C *FakeWire;
FakeI2C *FakeWire = new FakeI2C();
void FakeI2C::begin() {}