Extern struct system_load_s

Hi ,
I’m building the code on a new processor and can create successful builds for some of the example applications. One of the applications I am building requires the function print_load. When including load_mon in the cmake the build fails since struct system_load_s is defined as external. I’m sure this is dumb on my part but where might this structure be defined?

Thanks,
J

Is this what you’re looking for?

https://github.com/PX4/Firmware/blob/master/src/modules/systemlib/cpuload.h#L51-L58

Thanks. My “search” somehow didn’t traverse the folders I thought. You have confirmed the “dumb” part of my original post!

J