From c5913bd58371db9d6b29cbc791a0b21b8adf3dc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E7=9F=B3=E5=A4=B4X2?= Date: Thu, 2 Mar 2017 10:17:41 +0800 Subject: [PATCH] =?UTF-8?q?Flash=E9=A9=B1=E5=8A=A8=E5=85=88=E8=BF=99?= =?UTF-8?q?=E6=A0=B7=EF=BC=8C=E4=BB=A5=E5=90=8E=E5=86=8D=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E6=9E=B6=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Device/Flash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();