Subversion Repositories freemyipod

Rev

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

Rev 54 Rev 111
Line 31... Line 31...
31
#define STORAGE_SD      0x04
31
#define STORAGE_SD      0x04
32
#define STORAGE_NAND    0x08
32
#define STORAGE_NAND    0x08
33
#define STORAGE_RAMDISK 0x10
33
#define STORAGE_RAMDISK 0x10
34
 
34
 
35
 
35
 
36
#include "config.h"
36
#include CONFIG_H
37
#include "target.h"
37
#include TARGET_H
38
 
38
 
39
 
39
 
40
#ifndef SCHEDULER_TICK
40
#ifndef SCHEDULER_TICK
41
#define SCHEDULER_TICK 1048576
41
#define SCHEDULER_TICK 1048576
42
#endif
42
#endif