From 7a147b7ab1c76b0aa1d06e062da74480a69e6a48 Mon Sep 17 00:00:00 2001 From: armink Date: Sat, 16 May 2015 14:20:14 +0800 Subject: [PATCH] =?UTF-8?q?2=E3=80=81=E3=80=90=E5=88=A0=E9=99=A4=E3=80=91?= =?UTF-8?q?=E6=97=A0=E7=94=A8=E7=9A=84=E5=AE=8F=E5=AE=9A=E4=B9=89NULL?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: armink --- easyflash/inc/flash.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/easyflash/inc/flash.h b/easyflash/inc/flash.h index b1761c0..2dff3b0 100644 --- a/easyflash/inc/flash.h +++ b/easyflash/inc/flash.h @@ -28,10 +28,6 @@ #include #include -#ifndef NULL - #define NULL 0 -#endif - /* using ENV function */ #define FLASH_USING_ENV /* using IAP function */