Subversion Repositories freemyipod

Rev

Rev 99 | Rev 454 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
99 theseven 1
#include "embiosapp.h"
2
 
3
 
4
void main();
5
EMBIOS_APP_HEADER("Test application", 0x4000, main, 127)
6
 
7
 
8
void main()
9
{
10
    panic(PANIC_KILLTHREAD, "Hello, world!");
11
}