RadioLibSmol/src/modules/LR11x0/LR1121.cpp
2024-05-19 13:55:53 +02:00

8 lines
No EOL
147 B
C++

#include "LR1121.h"
#if !RADIOLIB_EXCLUDE_LR11X0
LR1121::LR1121(Module* mod) : LR1120(mod) {
chipType = RADIOLIB_LR11X0_DEVICE_LR1121;
}
#endif