This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
第1个 uint8_t 没问题,后面2个提示没有定义
这应该是.h文件中的申明吧,你.c文件中应该没有定义
键盘重新输入了一次就可以了, 不知道是CCS自身的问题,还是我安装的问题。
大小写,全角和半角,估计是这个问题,肉眼很难看出来。
你好,
后面两个xx不是提示uint8_t没有定义,是指的ui8WheelKey和ui8Task_Status没有定义吧。
另外你在另外的.c文件里面是否有调用子定义的uint8_t吗?
当时提示的就是uint8_t没有定义,重新键盘输入后Ok