e38e09fc61
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2122 42af7a65-404d-4744-a932-0658087f49c3
8 lines
104 B
C
Executable File
8 lines
104 B
C
Executable File
#include "up_internal.h"
|
|
|
|
void os_start(void)
|
|
{
|
|
up_lowputc('X');
|
|
up_lowputc('\n');
|
|
for (;;);
|
|
} |