Watchdog for CubeCell Module and Dev Boards

Hello,

I am trying to run this WatchDog Example but it can’t find innerWdt.h.

I tried looking for the file to no avail.

Anyone have any ideas where that file is?
Thanks!

It is here.


You can use software such as “Visual Studio Code”, its tracking function allows you to easily find some function definitions and referenced header files.

1 Like

Much thanks!

I do use VS Code, that file was just missing from my core.
I am using PlatformIO, here is my init file
image

Since innerWdt.h is a recent addition, maybe the platformIO files are out of sync?
Anyways, I copy-pasted the file into the core and it works for me!