Subversion Repositories freemyipod

Rev

Rev 99 | Rev 454 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 99 Rev 116
Line 5... Line 5...
5
EMBIOS_APP_HEADER("Test application", 0x4000, main, 127)
5
EMBIOS_APP_HEADER("Test application", 0x4000, main, 127)
6
 
6
 
7
 
7
 
8
void main()
8
void main()
9
{
9
{
10
    embios_init();
-
 
11
    panic(PANIC_KILLTHREAD, "Hello, world!");
10
    panic(PANIC_KILLTHREAD, "Hello, world!");
12
}
11
}