diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2003-02-14 09:44:34 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2003-02-14 09:44:34 +0000 |
| commit | c4d8d970f6602c80d7362a41da8851dbbf59ae1b (patch) | |
| tree | 7e8f936eae5c1854c006c4fe134c4c2ce6f91291 /apps/main.c | |
| parent | 84706a4188cea193a5a095855c1068b1c31a3875 (diff) | |
| download | rockbox-c4d8d970f6602c80d7362a41da8851dbbf59ae1b.zip rockbox-c4d8d970f6602c80d7362a41da8851dbbf59ae1b.tar.gz rockbox-c4d8d970f6602c80d7362a41da8851dbbf59ae1b.tar.bz2 rockbox-c4d8d970f6602c80d7362a41da8851dbbf59ae1b.tar.xz | |
The power-saving SLEEP patch by Simon Elén.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3259 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/main.c')
| -rw-r--r-- | apps/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/main.c b/apps/main.c index 614a7fc..e33e2bd 100644 --- a/apps/main.c +++ b/apps/main.c @@ -103,12 +103,12 @@ void init(void) font_init(); show_logo(); + set_irq_level(0); #ifdef DEBUG debug_init(); #else serial_setup(); #endif - set_irq_level(0); i2c_init(); |