From 8c5141b32ea74a3093073d9bb11205acb7640233 Mon Sep 17 00:00:00 2001 From: Tomer Shalev Date: Wed, 30 Sep 2009 10:06:04 +0000 Subject: Commit "FS#10468 - USB HID: Show keypad mode on screen" git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22852 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugin.h') diff --git a/apps/plugin.h b/apps/plugin.h index b4a6b4fc1b..766a309c01 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -105,7 +105,7 @@ void* plugin_get_buffer(size_t *buffer_size); #include "yesno.h" -#if defined(HAVE_USBSTACK) && defined(USB_ENABLE_HID) +#ifdef USB_ENABLE_HID #include "usbstack/usb_hid_usage_tables.h" #endif @@ -491,7 +491,7 @@ struct plugin_api { #endif /* CONFIG_CODEC == SWCODEC */ void (*usb_acknowledge)(long id); -#if defined(HAVE_USBSTACK) && defined(USB_ENABLE_HID) +#ifdef USB_ENABLE_HID void (*usb_hid_send)(usage_page_t usage_page, int id); #endif #ifdef RB_PROFILE -- cgit v1.2.3