missed a spot

This commit is contained in:
Thomas Göttgens 2022-10-17 10:34:43 +02:00
parent e922169e72
commit e4751e34ae

View File

@ -7,4 +7,7 @@
template class SX126xInterface<SX1262>;
template class SX126xInterface<SX1268>;
template class SX126xInterface<LLCC68>;
template class SX128xInterface<SX1281>;
#if !defined(ARCH_PORTDUINO)
template class SX128xInterface<SX1281>;
#endif