1、【完善】初始化时的日志提示信息。

Signed-off-by: armink <armink.ztl@gmail.com>
pull/7/merge
armink 9 years ago
parent 6c585f8876
commit 986af23db4

@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (c) 2014-2015 Armink (armink.ztl@gmail.com)
Copyright (c) 2014-2016 Armink (armink.ztl@gmail.com)
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the

@ -1,7 +1,7 @@
/*
* This file is part of the EasyFlash Library.
*
* Copyright (c) 2014, Armink, <armink.ztl@gmail.com>
* Copyright (c) 2014-2016, Armink, <armink.ztl@gmail.com>
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
@ -98,6 +98,7 @@ EfErrCode easyflash_init(void) {
} else {
EF_DEBUG("EasyFlash V%s is initialize fail.\n", EF_SW_VERSION);
}
EF_DEBUG("You can get the latest version on https://github.com/armink/EasyFlash .\n");
return result;
}

Loading…
Cancel
Save