LoRaWAN cubemx generated code is showing error
../Middlewares/Third_Party/LoRaWAN/Mac/LoRaMac.c:1650:40: error: 'McpsIndication_t' {aka 'struct sMcpsIndication'} has no member named 'ResponseTimeout'
1650 | ( MacCtx.McpsIndication.ResponseTimeout > 0 ) )
| ^ The above error is occuring every time , if i remove this then adc_if.c is not found error occurs and I don't want to include the adc_if.c file in my code
