mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-20 12:55:43 +08:00
Revert "Squashed commit of the following:"
This reverts commit 25b92edd9f
.
This commit is contained in:
@@ -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[])
|
||||
|
Reference in New Issue
Block a user