mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-02 19:55:54 +02:00
10 lines
432 B
C++
10 lines
432 B
C++
//-----------------------------------------------------------------------------
|
|
// 2024 Ahoy, https://github.com/lumpapu/ahoy
|
|
// Creative Commons - https://creativecommons.org/licenses/by-nc-sa/4.0/deed
|
|
//-----------------------------------------------------------------------------
|
|
|
|
#if defined(ESP32)
|
|
#include "spiPatcher.h"
|
|
SpiPatcher *SpiPatcher::InstanceHost2 = nullptr;
|
|
SpiPatcher *SpiPatcher::InstanceHost3 = nullptr;
|
|
#endif
|