mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-15 23:32:34 +00:00
6 lines
206 B
C++
6 lines
206 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>;
|