mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-16 05:27:11 +08:00
With kernel build, entry point to all tasks is main, not some xyz_main
This commit is contained in:
@@ -76,7 +76,11 @@
|
||||
* rand_main
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef CONFIG_BUILD_KERNEL
|
||||
int main(int argc, FAR char **argv)
|
||||
#else
|
||||
int rand_main(int argc, char *argv[])
|
||||
#endif
|
||||
{
|
||||
uint32_t buffer[CONFIG_EXAMPLES_MAXSAMPLES];
|
||||
int nsamples = CONFIG_EXAMPLES_NSAMPLES;
|
||||
|
Reference in New Issue
Block a user