Flash驱动先这样,以后再调整架构

This commit is contained in:
大石头X2 2017-03-02 10:17:41 +08:00
parent ffa46b0f59
commit c5913bd583
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ public:
// 擦除块 (段地址)
virtual bool EraseBlock(uint address) const;
// 指定块是否被擦除
virtual bool IsErased(uint address, int len) const;
//virtual bool IsErased(uint address, int len) const;
public:
Flash();