From 66cf0a5a9602a6593ca9b2b8b32f13a917707018 Mon Sep 17 00:00:00 2001 From: Nils Faerber Date: Sun, 5 May 2013 04:03:00 +0200 Subject: [PATCH 1/1] Add version string --- metawatch/bluetooth_init_cc2564_2.8.c | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2