IAR for msp430 编译过程中出现Fatal Error[Pe1696]: cannot open source file "stdint.h"
[C]
纯文本查看 复制代码
//-------------------------------------------------------------------------/*FAT16.C - LINO TECH Designed by Carter 2008-03-19*/#include
#include"FAT16.h"#include"sd.h"//------------------------------------------------------------------------#defineSEC_Size512#defineMBR_Sector0//绝对地址#defineFAT_Sector0//逻辑地址//-------------------------------------------------------------------------uint8_tBUFFER[SEC_Size];uint8_tPB_RelativeSector;uint16_tBPB_BytesPerSec;uint8_tBPB_SecPerClus;uint16_tBPB_RsvdSecCnt;uint8_tBPB_NumFATs;uint16_tBPB_RootEntCnt;uint16_tBPB_TotSec16;uint16_tBPB_FATSz16;//FAT占用的sectorsuint32_tBPB_HiddSec;//------------------------------------------