This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

lte_lc.h missing stdbool.h include

As a user I need to include stdbool.h before including lte_lc.h. lte_lc.h uses the bool type but does not include the appropriate header, so I get compilation issues if I include lte_lc.h first. I can workaround by adding the #include <stdbool.h> to lte_lc.h or by including lte_lc.h after.

Parents Reply Children
No Data
Related