firmware/src/mesh/InterfacesTemplates.cpp

13 lines
383 B
C++
Raw Normal View History

#include "SX126xInterface.h"
#include "SX126xInterface.cpp"
2022-10-16 17:07:58 +00:00
#include "SX128xInterface.h"
#include "SX128xInterface.cpp"
// We need this declaration for proper linking in derived classes
template class SX126xInterface<SX1262>;
2021-11-17 10:28:08 +00:00
template class SX126xInterface<SX1268>;
2022-10-16 17:07:58 +00:00
template class SX126xInterface<LLCC68>;
2022-10-17 08:34:43 +00:00
#if !defined(ARCH_PORTDUINO)
template class SX128xInterface<SX1281>;
#endif