From: Nils Faerber Date: Sun, 5 May 2013 02:03:00 +0000 (+0200) Subject: Add version string X-Git-Url: https://git.karo-electronics.de/?p=oswald.git;a=commitdiff_plain;h=66cf0a5a9602a6593ca9b2b8b32f13a917707018 Add version string --- diff --git a/metawatch/bluetooth_init_cc2564_2.8.c b/metawatch/bluetooth_init_cc2564_2.8.c index e03d78b..ad90ff3 100644 --- a/metawatch/bluetooth_init_cc2564_2.8.c +++ b/metawatch/bluetooth_init_cc2564_2.8.c @@ -1,6 +1,8 @@ // init script created from bluetooth_init_cc2564_2.8.bts #include +const char *cc256x_version = "CC2564 v2.8"; + #if defined(__GNUC__) && (__MSP430X__ > 0) __attribute__((section (".fartext"))) #endif