|
linus: apps/plugins alpine_cdc.c,1.1,1.2: msg#00166systems.archos.rockbox.cvs
Update of /cvsroot/rockbox/apps/plugins In directory labb:/tmp/cvs-serv633/apps/plugins Modified Files: alpine_cdc.c Log Message: Made alpine_cdc.rock compile with DEBUG enabled Index: alpine_cdc.c =================================================================== RCS file: /cvsroot/rockbox/apps/plugins/alpine_cdc.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- alpine_cdc.c 20 Jan 2005 21:06:44 -0000 1.1 +++ alpine_cdc.c 26 Jan 2005 11:20:13 -0000 1.2 @@ -1135,7 +1135,9 @@ int main(void* parameter) { (void)parameter; - /*int button; */ +#ifdef DEBUG + int button; +#endif int stacksize; void* stack; @@ -1167,7 +1169,7 @@ do { button = rb->button_get(true); - } while (button & BUTTON_REL)); + } while (button & BUTTON_REL); #endif gTread.foreground = false; /* we're in the background now */ _______________________________________________ http://cool.haxx.se/mailman/listinfo/rockbox-cvs |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | amiconn: apps main_menu.c,1.114,1.115: 00166, cvs |
|---|---|
| Next by Date: | linus: firmware/drivers ata.c,1.133,1.134: 00166, cvs |
| Previous by Thread: | amiconn: apps main_menu.c,1.114,1.115i: 00166, cvs |
| Next by Thread: | linus: firmware/drivers ata.c,1.133,1.134: 00166, cvs |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |