mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-06 03:40:16 +00:00
16 lines
246 B
C
16 lines
246 B
C
|
|
||
|
/**
|
||
|
* hci_585.h converted from hci_585.hex
|
||
|
*/
|
||
|
|
||
|
#ifndef HCI_585_UART_H
|
||
|
#define HCI_585_UART_H
|
||
|
|
||
|
#include <stdint.h>
|
||
|
|
||
|
extern const uint8_t da14581_fw_data[];
|
||
|
extern const uint32_t da14581_fw_size;
|
||
|
extern const char * da14581_fw_name;
|
||
|
|
||
|
#endif
|