This commit is contained in:
WangQiang 2015-10-15 06:32:43 +00:00
parent 64331f1e5a
commit 98d1df4cfa
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#include "Config.h"
#include "..\Security\Crc.h"
#include "Security\Crc.h"
Storage* ConfigBlock::Device = NULL;
void* ConfigBlock::BaseAddress = NULL;

View File

@ -3,7 +3,7 @@
#include "Sys.h"
#include "Port.h"
#include "..\Storage\Storage.h"
#include "Storage\Storage.h"
// Flash类
class Flash : public BlockStorage