Hello,
I copied a RAK3172 sketch to use a RAK3172T module.
The newly copied sketch automatically inserted iwatchdog.cpp and iwatchdog.h .
Now compiling gives an error…‘LL_IWDG_Enable’ was not declared in this scope; did you mean ‘LL_I2S_Enable’?
I was using:
#include <udrv_wdt.h>; and #include <uhal_wdt.h>;
Ideas?