Browse code

Add version string

Nils Faerber authored on 05/05/2013 02:03:00
Showing 1 changed files
... ...
@@ -1,6 +1,8 @@
1 1
 // init script created from bluetooth_init_cc2564_2.8.bts
2 2
 #include <stdint.h>
3 3
 
4
+const char *cc256x_version = "CC2564 v2.8";
5
+
4 6
 #if defined(__GNUC__) && (__MSP430X__ > 0)
5 7
 __attribute__((section (".fartext")))
6 8
 #endif