# HG changeset patch # User paul # Date 2016-01-26 15:08:18 # Node ID 8000c9c61c45498c320b4323a73740da9e253730 # Parent aca3cbff85cc897f5dd4a9369fb6d192ad37ff7b 3.0.0.14 diff --git a/FSW-qt/fsw-qt.pro b/FSW-qt/fsw-qt.pro --- a/FSW-qt/fsw-qt.pro +++ b/FSW-qt/fsw-qt.pro @@ -8,7 +8,7 @@ TEMPLATE = app # stack_report # vhdl_dev # debug_tch -# lpp_dpu_destid REMOVE BEFORE DELIVERY TO LESIA +# lpp_dpu_destid /!\ REMOVE BEFORE DELIVERY TO LESIA /!\ # debug_watchdog CONFIG += console verbose lpp_dpu_destid CONFIG -= qt diff --git a/src/tc_handler.c b/src/tc_handler.c --- a/src/tc_handler.c +++ b/src/tc_handler.c @@ -445,7 +445,7 @@ int check_mode_transition( unsigned char void update_last_valid_transition_date( unsigned int transitionCoarseTime ) { lastValidEnterModeTime = transitionCoarseTime; - PRINTF1("lastValidEnterModeTime = %x\n", transitionCoarseTime); + PRINTF1("lastValidEnterModeTime = 0x%x\n", transitionCoarseTime); } int check_transition_date( unsigned int transitionCoarseTime )