Subversion Repositories freemyipod

Rev

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

Rev 29 Rev 32
Line 29... Line 29...
29
#include "interrupt.h"
29
#include "interrupt.h"
30
#include "i2c.h"
30
#include "i2c.h"
31
#include "pmu.h"
31
#include "pmu.h"
32
#include "usb/usb.h"
32
#include "usb/usb.h"
33
 
33
 
34
static const char welcomestring[] INITCONST_ATTR = "emBIOS v" VERSION "\n\n";
34
static const char welcomestring[] INITCONST_ATTR = "emBIOS v" VERSION " r" VERSION_SVN "\n\n";
35
 
35
 
36
void init() INITCODE_ATTR;
36
void init() INITCODE_ATTR;
37
void init()
37
void init()
38
{
38
{
39
    scheduler_init();
39
    scheduler_init();