Revert "Squashed commit of the following:"

This reverts commit 25b92edd9f.
This commit is contained in:
Gregory Nutt
2018-08-22 12:06:32 -06:00
parent cd62ab5398
commit 2f982e9c77
326 changed files with 569 additions and 561 deletions

View File

@@ -72,7 +72,7 @@ static struct cdcacm_state_s g_cdcacm;
*
****************************************************************************/
#ifdef CONFIG_BUILD_LOADABLE
#ifdef CONFIG_BUILD_KERNEL
int main(int argc, FAR char *argv[])
#else
int sercon_main(int argc, char *argv[])
@@ -125,7 +125,7 @@ int sercon_main(int argc, char *argv[])
* device.
****************************************************************************/
#ifdef CONFIG_BUILD_LOADABLE
#ifdef CONFIG_BUILD_KERNEL
int main(int argc, FAR char **argv)
#else
int serdis_main(int argc, char *argv[])