1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,11 @@ |
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 |
+ |
|
10 |
+extern const uint32_t cc256x_init_script_size; |
|
11 |
+#endif |