From 5e0932ddef108fc64501ad49c314ff8807c646ef Mon Sep 17 00:00:00 2001 From: armink Date: Wed, 16 Dec 2015 19:17:37 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91?= =?UTF-8?q?=E4=B8=80=E5=A4=84=E7=BB=86=E5=B0=8F=E7=9A=84=E4=B9=A6=E5=86=99?= =?UTF-8?q?=E7=9A=84=E9=94=99=E8=AF=AF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: armink --- easyflash/inc/easyflash.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/easyflash/inc/easyflash.h b/easyflash/inc/easyflash.h index dff426f..bf2268e 100644 --- a/easyflash/inc/easyflash.h +++ b/easyflash/inc/easyflash.h @@ -67,9 +67,9 @@ if (!(EXPR)) \ while (1); \ } /* EasyFlash software version number */ -#define EF_SW_VERSION "1.09.16" +#define EF_SW_VERSION "1.12.16" -typedef struct _eflash_env{ +typedef struct _ef_env{ char *key; char *value; }ef_env, *ef_env_t;