diff --git a/Device/Flash.h b/Device/Flash.h index c967efa4..bcdcbbb5 100644 --- a/Device/Flash.h +++ b/Device/Flash.h @@ -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();