From cb9828e35776b0680d94241fe845544e2e3329af Mon Sep 17 00:00:00 2001 From: HuangRui Date: Mon, 16 Feb 2015 22:14:37 +0800 Subject: [PATCH] Add newline at the file end of dummy.c --- app/lwip/app/dummy.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/lwip/app/dummy.c b/app/lwip/app/dummy.c index 78c42255..a7a74ed9 100644 --- a/app/lwip/app/dummy.c +++ b/app/lwip/app/dummy.c @@ -1,4 +1,10 @@ +/****************************************************************************** + * FunctionName : espconn_init + * Description : dummy the espconn_init + * Parameters : none + * Returns : none +*******************************************************************************/ void espconn_init() { // dummy function, do nothing. -} \ No newline at end of file +}