1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Alexander Levin 2009-09-12 22:31:29 +00:00
parent 0824aa4bcb
commit 52106b03d6

View file

@ -845,8 +845,8 @@ pitch_notes.160x128x2.bmp
pitch_notes.132x80x16.bmp pitch_notes.132x80x16.bmp
#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 96) && (LCD_DEPTH >= 2) #elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 96) && (LCD_DEPTH >= 2)
pitch_notes.128x96x2.bmp pitch_notes.128x96x2.bmp
#else #elif (LCD_WIDTH >= 112) && (LCD_HEIGHT >= 64) && (LCD_DEPTH >= 1)
#error Pitch Detector: Unsupported LCD /* There isn't a target currently with this screen and recording ability */
#endif #endif