I'm using the asset tracker project and I want to add in the ability to store information on the board. However when you include the littlefs file system you get a build error from the littlefs.h file
So the compiler can find the include for littlefs but can't find the lfs.h file in the zephyr/modules/fs/littlefs folder.
Any got any ideas on what i need to modify to get these files included when building? I've tried modifying the emproject files but can't find anything obvious.
Thanks