diff options
author | Alexander Levin <al.le@rockbox.org> | 2009-09-12 22:31:29 +0000 |
---|---|---|
committer | Alexander Levin <al.le@rockbox.org> | 2009-09-12 22:31:29 +0000 |
commit | 52106b03d66db16ab225a12c623d1b42b99c0490 (patch) | |
tree | c49453f427ef10f7357677c8fc3540725bfa3d19 /apps/plugins/bitmaps/native | |
parent | 0824aa4bcb354ed10bd3dbcc48a72bdb5366829d (diff) |
Revert everything to a workable state until the issue is investigated properly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22689 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps/native')
-rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 11d27e5096..2eab01f570 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -845,8 +845,8 @@ pitch_notes.160x128x2.bmp pitch_notes.132x80x16.bmp #elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 96) && (LCD_DEPTH >= 2) pitch_notes.128x96x2.bmp -#else -#error Pitch Detector: Unsupported LCD +#elif (LCD_WIDTH >= 112) && (LCD_HEIGHT >= 64) && (LCD_DEPTH >= 1) +/* There isn't a target currently with this screen and recording ability */ #endif |