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.
如下图的编译警告,因为使用了例程的头文件中定义了typedef unsigned int Uint16; typedef unsigned long long Uint64; 但是去掉后又会直接报错。
包含这个头文件应该可以#include "DSP2803x_Device.h"
谢谢,我是说除了这个头文件外,在DSP/BIOS中还有哪个定义了类型usigned int 和usigned long
#include <stdint.h>