]> git.karo-electronics.de Git - oswald.git/blob - metawatch/bluetooth_init_cc256x.h
Shorten charger plug "tail"
[oswald.git] / metawatch / bluetooth_init_cc256x.h
1 #ifndef _BT_CC2560_H
2 #define _BT_CC2560_H
3
4 /* the init/patch script for CC256x chipset */
5 /* see TI license for details */
6
7 extern const uint8_t cc256x_init_script[];
8 extern const uint8_t cc256x_init_script_2[];
9 extern const uint32_t cc256x_init_script_size;
10 extern const char *cc256x_version;
11 #endif