changeset 10:9ffe74065152

l1_trace.c: identify ourselves in the TST_C line
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 09 Jun 2016 06:30:12 +0000
parents b80f0c5016ee
children bf52986ae7f2
files L1/cfile/l1_trace.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/L1/cfile/l1_trace.c	Thu Jun 09 06:28:19 2016 +0000
+++ b/L1/cfile/l1_trace.c	Thu Jun 09 06:30:12 2016 +0000
@@ -6099,7 +6099,7 @@
       tcs_program_release = ((T_TST_TEST_HW_CON*)(msg->SigP))->mcu_tcs_program_release;
 
       if (((tcs_program_release & 0xFFF0) == 0x2110) || ((tcs_program_release & 0xFFF0) == 0x2120))
-        sprintf(str, "TST_C %ld TCS_%d.%d.%d.%d_L1_%x_%x DSP:%xh DYN:%xh CHECKSUM:%xh\n\r",
+        sprintf(str, "TST_C %ld TCS_%d.%d.%d.%d_L1_%x_%x FreeCalypso DSP:%xh DYN:%xh CHECKSUM:%xh\n\r",
                 l1s.actual_time.fn_mod42432,
                 (tcs_program_release & 0xF000) >> 12,
                 (tcs_program_release & 0x0F00) >> 8 ,
@@ -6111,7 +6111,7 @@
                 ((T_TST_TEST_HW_CON*)(msg->SigP))->dsp_patch_version,
               ((T_TST_TEST_HW_CON*)(msg->SigP))->dsp_checksum);
       else
-        sprintf(str, "TST_C %ld TCS_%x.%x.%x_L1_%x_%x DSP:%xh DYN:%xh CHECKSUM:%xh\n\r",
+        sprintf(str, "TST_C %ld TCS_%x.%x.%x_L1_%x_%x FreeCalypso DSP:%xh DYN:%xh CHECKSUM:%xh\n\r",
                 l1s.actual_time.fn_mod42432,
                 (tcs_program_release & 0xF000) >> 12,
                 (tcs_program_release & 0x0F00) >> 8 ,