diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2006-04-08 09:08:38 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2006-04-08 09:08:38 +0000 |
| commit | 4ac150e8d3549eb9c06fba71aca88337b59bf7eb (patch) | |
| tree | 047d2991af1660aaf90b3f830dfbfb7e82db1a57 /apps/plugins/pacbox | |
| parent | 37e386f3d81ebe7ad4f32e919d529391f8f4ced0 (diff) | |
| download | rockbox-4ac150e8d3549eb9c06fba71aca88337b59bf7eb.zip rockbox-4ac150e8d3549eb9c06fba71aca88337b59bf7eb.tar.gz rockbox-4ac150e8d3549eb9c06fba71aca88337b59bf7eb.tar.bz2 rockbox-4ac150e8d3549eb9c06fba71aca88337b59bf7eb.tar.xz | |
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
Diffstat (limited to 'apps/plugins/pacbox')
| -rw-r--r-- | apps/plugins/pacbox/pacbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/pacbox/pacbox.h b/apps/plugins/pacbox/pacbox.h index c852608..8712448 100644 --- a/apps/plugins/pacbox/pacbox.h +++ b/apps/plugins/pacbox/pacbox.h @@ -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 |