(BTStack) Rename btstack_hid.c to btstack.c

This commit is contained in:
twinaphex 2015-04-04 05:22:14 +02:00
parent 1e865a596f
commit ecd6ab7027
2 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ INPUT (HID)
#if defined(HAVE_LIBUSB)
#include "../input/drivers_hid/libusb_hid.c"
#elif defined(__APPLE__) && defined(IOS)
#include "../input/drivers_hid/btstack_hid.c"
#include "../input/drivers_hid/btstack.c"
#elif defined(__APPLE__) && !defined(IOS)
#include "../input/drivers_hid/apple_hid.c"
#endif