/****************************************************************************** * Copyright (C) 2014-2015 HangZhou SiZhu Co.,LTD. * *----------------------------------------------------------------------------- * File: w25x40bv.c * Description: FLASH operation code * Author: Lishoujian (867693272@qq.com) * Date: Jan 8, 2015 *****************************************************************************/ /* ----------------------- Platform includes --------------------------------*/ #ifndef __CFWRRD_H #define __CFWRRD_H #include "sys.h" #define Table_Num 1 void Factor_store(void); uint32 Factor_read(void); #endif