OSDN Git Service

device の初期化タイミングの修正, erase の wait のパラメータを追加
[unagi/old-svn-converted.git] / client / trunk / config.h
index 9ca5204..b1a238e 100644 (file)
@@ -11,9 +11,14 @@ struct st_config{
        //device driver function pointer struct
        const struct reader_driver *reader;
        const struct flash_driver *cpu_flash_driver, *ppu_flash_driver;
-       long write_wait;
        //data mode
        int mode, syntaxtest;
+       //debug member
+       long write_wait;
+#if DEBUG==1
+       char flash_test_device[20];
+       char flash_test_mapper[20];
+#endif
 };
 enum{
        CONFIG_OVERRIDE_UNDEF = 4649,