Rename btstack.c to btstack_hid.c

This commit is contained in:
twinaphex 2015-04-04 05:23:26 +02:00
parent ecd6ab7027
commit ffd364c5ff
3 changed files with 2 additions and 2 deletions

View File

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

View File

@ -28,7 +28,7 @@
#include <rthreads/rthreads.h> #include <rthreads/rthreads.h>
#define BUILDING_BTDYNAMIC #define BUILDING_BTDYNAMIC
#include "btstack.h" #include "btstack_hid.h"
#include "../../dynamic.h" #include "../../dynamic.h"
#include "../connect/joypad_connection.h" #include "../connect/joypad_connection.h"