firmware/src/mesh/InterfacesTemplates.cpp
2021-11-17 13:28:08 +03:00

7 lines
246 B
C++

#include "SX126xInterface.h"
#include "SX126xInterface.cpp"
// We need this declaration for proper linking in derived classes
template class SX126xInterface<SX1262>;
template class SX126xInterface<SX1268>;
template class SX126xInterface<LLCC68>;