[LR11x0] Fix missing initializers
This commit is contained in:
parent
0caedc1886
commit
26aae8da8d
1 changed files with 2 additions and 1 deletions
|
@ -295,7 +295,8 @@ int16_t LR11x0::scanChannel() {
|
|||
.detMin = RADIOLIB_LR11X0_CAD_PARAM_DEFAULT,
|
||||
.exitMode = RADIOLIB_LR11X0_CAD_PARAM_DEFAULT,
|
||||
.timeout = 0,
|
||||
.irqFlags = RADIOLIB_IRQ_NOT_SUPPORTED,
|
||||
.irqFlags = RADIOLIB_IRQ_CAD_DEFAULT_FLAGS,
|
||||
.irqMask = RADIOLIB_IRQ_CAD_DEFAULT_MASK,
|
||||
},
|
||||
};
|
||||
return(this->scanChannel(config));
|
||||
|
|
Loading…
Add table
Reference in a new issue