# HG changeset patch # User Mychaela Falconia # Date 1465453812 0 # Node ID 9ffe74065152d294a7e1be869b3e9f8022d9af6a # Parent b80f0c5016ee1479f95d3e599987933d8dba7d94 l1_trace.c: identify ourselves in the TST_C line diff -r b80f0c5016ee -r 9ffe74065152 L1/cfile/l1_trace.c --- 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 ,