Subversion Repositories freemyipod

Rev

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

Rev 116 Rev 454
Line 1... Line 1...
1
#include "embiosapp.h"
1
#include "emcoreapp.h"
2
 
2
 
3
 
3
 
4
void main();
4
void main();
5
EMBIOS_APP_HEADER("Test application", 0x4000, main, 127)
5
EMCORE_APP_HEADER("Hello world", main, 127)
6
 
6
 
7
 
7
 
8
void main()
8
void main()
9
{
9
{
10
    panic(PANIC_KILLTHREAD, "Hello, world!");
10
    panic(PANIC_KILLTHREAD, "Hello, world!");