Rename btstack.c to btstack_hid.c
This commit is contained in:
parent
ecd6ab7027
commit
ffd364c5ff
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue