mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-07 09:55:45 +00:00
16 lines
289 B
C
16 lines
289 B
C
|
|
/**
|
|
* hci_581_active_uart.h converted from hci_581_active_uart.hex
|
|
*/
|
|
|
|
#ifndef __hci_581_active_uart_H
|
|
#define __hci_581_active_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
|