aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Embedded_SW')
-rw-r--r--Software/Embedded_SW/Embedded/Common/SW_Info/SW_Info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Common/SW_Info/SW_Info.c b/Software/Embedded_SW/Embedded/Common/SW_Info/SW_Info.c
index 7a6db7993..1045fe792 100644
--- a/Software/Embedded_SW/Embedded/Common/SW_Info/SW_Info.c
+++ b/Software/Embedded_SW/Embedded/Common/SW_Info/SW_Info.c
@@ -23,7 +23,7 @@ typedef struct
TangoVersion_t _gTangoVersion = {1,4,6,39};
#define BUILD_DATE __DATE__
char Dat[50] = BUILD_DATE;
- char _gTangoName [MAX_STRING_LEN] = "Tango01 ";//d
+ char _gTangoName [MAX_STRING_LEN] = "Tango01 ";//e
uint16_t GetTangoVersion(uint8_t* _buffer)
{