12 lines
301 B
C
12 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
|