I am working on raspberry pi RP2040 board. I have added one new package.
After that I am getting error in compilation. Below is the error.
Description Resource Path Location Type
'RT_DEVICE_CTRL_WDT_KEEPALIVE' undeclared (first use in this function); did you mean 'RT_DEVICE_CTRL_RTC_GET_TIME'? watchdog.c /RP2040_ModamV1/applications line 29 C/C++ Problem
'RT_DEVICE_CTRL_WDT_SET_TIMEOUT' undeclared (first use in this function); did you mean 'RT_DEVICE_CTRL_RTC_SET_TIME'? watchdog.c /RP2040_ModamV1/applications line 57 C/C++ Problem
'RT_DEVICE_CTRL_WDT_START' undeclared (first use in this function); did you mean 'RT_DEVICE_CTRL_SET_INT'? watchdog.c /RP2040_ModamV1/applications line 65 C/C++ Problem
Please suggest the solution.
Thank you.