Subversion Repositories freemyipod

Rev

Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 14
Line 20... Line 20...
20
//
20
//
21
//
21
//
22
 
22
 
23
 
23
 
24
#include "global.h"
24
#include "global.h"
-
 
25
#include "panic.h"
25
 
26
 
26
void main()
27
void main()
27
{
28
{
28
  panic("main() doesn't know what to do!");
29
    panic(PANIC_FATAL, "main() doesn't know what to do!");
29
}
30
}
30
31