I am running a main.c file by including a DSP2802x_Adc.h header file in following format:
#include "DSP2802x_Adc.h"
I get the following error message when doing Project > Build All
Description Resource Path Location Type
#20 identifier "Uint16" is undefined .ccsproject /pll line 100, external location: C:\tidcs\c28\DSP2802x\v126\DSP2802x_headers\include\DSP2802x_Adc.h C/C++ Problem
The error msg is not recognizing the identifier Unit16 declared in DSP2802x_Adc.h header file
How do I fix this error
Regards,
Amit