1
0
Fork 0
forked from len0rd/rockbox

Get rid of the redundant APPLE_* macros. * Fix wrong comments in lcd-ipod.c

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9561 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2006-04-08 09:08:38 +00:00
parent 37e386f3d8
commit 4ac150e8d3
14 changed files with 13 additions and 27 deletions

View file

@ -106,7 +106,7 @@
/* How many video frames (out of a possible 60) we display each second.
NOTE: pacbox.c assumes this is an integer divisor of 60
*/
#ifdef APPLE_IPOD_NANO
#ifdef IPOD_NANO
/* The Nano can manage full-speed at 30fps (1 in 2 frames) */
#define FPS 30
#else