Subversion Repositories freemyipod

Rev

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

Rev 208 Rev 209
Line 23... Line 23...
23
 
23
 
24
#ifndef __CONFIG_H__
24
#ifndef __CONFIG_H__
25
#define __CONFIG_H__
25
#define __CONFIG_H__
26
 
26
 
27
 
27
 
28
#define NAND_DEBUG
28
//#define NAND_DEBUG
29
#define NAND_TRACE
29
//#define NAND_TRACE
30
#define VFL_DEBUG
30
//#define VFL_DEBUG
31
#define VFL_TRACE
31
//#define VFL_TRACE
32
#define FTL_DEBUG
32
//#define FTL_DEBUG
33
#define FTL_TRACE
33
//#define FTL_TRACE
34
 
34
 
35
 
35
 
36
#define DEBUG_CONSOLES 2
36
//#define DEBUG_CONSOLES 2
37
#define DEBUG_PRINT_SOURCE_LINE
37
//#define DEBUG_PRINT_SOURCE_LINE
38
 
38
 
39
 
39
 
40
#endif
40
#endif
41
41