oswald/metawatch/bluetooth_init_cc256x.h
2021-02-14 18:03:13 +01:00

11 lines
301 B
C

#ifndef _BT_CC2560_H
#define _BT_CC2560_H
/* the init/patch script for CC256x chipset */
/* see TI license for details */
extern const uint8_t cc256x_init_script[];
extern const uint8_t cc256x_init_script_2[];
extern const uint32_t cc256x_init_script_size;
extern const char *cc256x_version;
#endif