1 2 /** 3 * hci_581_active_uart.h converted from hci_581_active_uart.hex 4 */ 5 6 #ifndef HCI_581_ACTIVE_UART_H 7 #define HCI_581_ACTIVE_UART_H 8 9 #include <stdint.h> 10 11 extern const uint8_t da145xx_fw_data[]; 12 extern const uint32_t da145xx_fw_size; 13 extern const char * da145xx_fw_name; 14 15 #endif 16