I am trying to interface a 16 X 2 LCD to the EK-TM4C123GXL launchpad board
I am getting the following error after compilation:-
#20 identifier "bool" is undefined sysctl.h /TIVA C lcd line 596 C/C++ Problem
i have included "stdbool.h" in my program
Any other file that needs to be included?