Add newline at the file end of dummy.c

This commit is contained in:
HuangRui 2015-02-16 22:14:37 +08:00
parent 0d02ade0ab
commit cb9828e357
1 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,10 @@
/******************************************************************************
* FunctionName : espconn_init
* Description : dummy the espconn_init
* Parameters : none
* Returns : none
*******************************************************************************/
void espconn_init()
{
// dummy function, do nothing.
}
}