firmware/src/mesh/InterfacesTemplates.cpp

11 lines
347 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-11-02 12:12:15 +00:00
template class SX128xInterface<SX1280>;