diff options
Diffstat (limited to 'main/bte_version.c')
-rw-r--r-- | main/bte_version.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/main/bte_version.c b/main/bte_version.c new file mode 100644 index 0000000..96e3a41 --- /dev/null +++ b/main/bte_version.c @@ -0,0 +1,14 @@ +/*****************************************************************************/ +/* */ +/* Name: bte_version.c */ +/* */ +/* Description: */ +/* BTE Version string declaration. */ +/* */ +/* Copyright (c) 2001 - 2004, WIDCOMM Inc., All Rights Reserved. */ +/* WIDCOMM Bluetooth Core. Proprietary and confidential. */ +/*****************************************************************************/ +#include "bt_types.h" + +const UINT8 bte_version_string[] = "BCM1200_PI_10.3.20.33"; + |