From 47509fafa4309be802e4ebd0d9cb8fb4540e68b9 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Mon, 19 Jan 2009 14:06:47 +0000 Subject: Fix up ZVM builds. It appeared to share common definitions with PP502x targets so use those. Remove one stale comment left behind in last commit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19798 a1c6a512-1295-4272-9138-f99709370657 --- bootloader/gigabeat-s.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'bootloader') diff --git a/bootloader/gigabeat-s.c b/bootloader/gigabeat-s.c index 15cbcbe..57eb18e 100644 --- a/bootloader/gigabeat-s.c +++ b/bootloader/gigabeat-s.c @@ -93,10 +93,7 @@ static void handle_usb(void) /* Check if plugged and pause to look at messages. If the cable was pulled * while waiting, proceed as if it never was plugged. */ if (!usb_plugged() || !pause_if_button_pressed(true)) - { - /* Bang on the controller */ return; - } /** Enter USB mode **/ -- cgit v1.1