[LR11x0] Fix missing initializers

This commit is contained in:
jgromes 2024-08-28 19:23:09 +02:00
parent 0caedc1886
commit 26aae8da8d

View file

@ -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));