mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-02 11:55:56 +00:00
Update src/mesh/comms/FakeI2C.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
cce1b050c8
commit
9356be3f8f
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
#ifdef SENSECAP_INDICATOR
|
#ifdef SENSECAP_INDICATOR
|
||||||
|
|
||||||
FakeI2C *FakeWire;
|
FakeI2C *FakeWire = new FakeI2C();
|
||||||
|
|
||||||
void FakeI2C::begin() {}
|
void FakeI2C::begin() {}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user