From 4ac150e8d3549eb9c06fba71aca88337b59bf7eb Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sat, 8 Apr 2006 09:08:38 +0000 Subject: 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 --- apps/debug_menu.c | 2 +- apps/plugins/pacbox/pacbox.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/debug_menu.c b/apps/debug_menu.c index 008e0a2518..9ad1c5f94c 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -1353,7 +1353,7 @@ bool view_battery(void) lcd_puts(0, 6, buf); lcd_puts(0, 7, power_message); #else /* !HAVE_CHARGE_CTRL */ -#if defined APPLE_IPODNANO || defined APPLE_IPODVIDEO +#if defined IPOD_NANO || defined IPOD_VIDEO int usb_pwr = (GPIOL_INPUT_VAL & 0x10)?true:false; int ext_pwr = (GPIOL_INPUT_VAL & 0x08)?false:true; int dock = (GPIOA_INPUT_VAL & 0x10)?true:false; diff --git a/apps/plugins/pacbox/pacbox.h b/apps/plugins/pacbox/pacbox.h index c852608680..8712448b5b 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 -- cgit v1.2.3