Subversion Repositories freemyipod

Rev

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

#include "embiosapp.h"


void main();
EMBIOS_APP_HEADER("Test application", 0x4000, main, 127)


void main()
{
    panic(PANIC_KILLTHREAD, "Hello, world!");
}