Line data Source code
1 : #include "LR1121.h" 2 : #if !RADIOLIB_EXCLUDE_LR11X0 3 : 4 1 : LR1121::LR1121(Module* mod) : LR1120(mod) { 5 1 : chipType = RADIOLIB_LR11X0_DEVICE_LR1121; 6 1 : } 7 : 8 : #endif