您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

17 行
300 B

#ifndef OTA_H_H__
#define OTA_H_H__
//#include "type.h"
#define OTA_LT_LENGTH				512   //OTA LT7689 ³¤¶È FLASH 512×Ö½Ú
#define flh_sAddr1 					(0x0807D800+8)
extern unsigned int DATA[5] ;
extern unsigned int DATA1[5] ;
extern void SaveData(void);
extern unsigned char GetAdjdata(void);
#endif