Commit a028b777 authored by 15김건우's avatar 15김건우

의존성 꼬임 해결

parent 9ec415cc
...@@ -132,16 +132,17 @@ typedef volatile int64_t vint64; ...@@ -132,16 +132,17 @@ typedef volatile int64_t vint64;
#ifdef __linux__ #ifdef __linux__
# include <VP_Os/linux/intrin.h> # include <VP_Os/linux/intrin.h>
#endif #endif
#include <bluetooth/bluetooth.h>
#define BDADDR_SIZE 6 #define BDADDR_SIZE 6
/*
#if !defined(__BLUETOOTH_H) #if !defined(__BLUETOOTH_H)
typedef struct _bdaddr_t typedef struct _bdaddr_t
{ {
uint8_t b[BDADDR_SIZE]; uint8_t b[BDADDR_SIZE];
} bdaddr_t; } __attribute__((packed)) bdaddr_t;
#endif // !defined(__BLUETOOTH_H) #endif // !defined(__BLUETOOTH_H)
*/
typedef C_RESULT (*Read) (void* s, uint8_t* buffer, int32_t* size); typedef C_RESULT (*Read) (void* s, uint8_t* buffer, int32_t* size);
typedef C_RESULT (*Write) (void* s, const uint8_t* buffer, int32_t* size); typedef C_RESULT (*Write) (void* s, const uint8_t* buffer, int32_t* size);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment