##// END OF EJS Templates
3.0.0.14
paul -
r255:8000c9c61c45 R3a
parent child
Show More
@@ -8,7 +8,7 TEMPLATE = app
8 # stack_report
8 # stack_report
9 # vhdl_dev
9 # vhdl_dev
10 # debug_tch
10 # debug_tch
11 # lpp_dpu_destid REMOVE BEFORE DELIVERY TO LESIA
11 # lpp_dpu_destid /!\ REMOVE BEFORE DELIVERY TO LESIA /!\
12 # debug_watchdog
12 # debug_watchdog
13 CONFIG += console verbose lpp_dpu_destid
13 CONFIG += console verbose lpp_dpu_destid
14 CONFIG -= qt
14 CONFIG -= qt
@@ -445,7 +445,7 int check_mode_transition( unsigned char
445 void update_last_valid_transition_date( unsigned int transitionCoarseTime )
445 void update_last_valid_transition_date( unsigned int transitionCoarseTime )
446 {
446 {
447 lastValidEnterModeTime = transitionCoarseTime;
447 lastValidEnterModeTime = transitionCoarseTime;
448 PRINTF1("lastValidEnterModeTime = %x\n", transitionCoarseTime);
448 PRINTF1("lastValidEnterModeTime = 0x%x\n", transitionCoarseTime);
449 }
449 }
450
450
451 int check_transition_date( unsigned int transitionCoarseTime )
451 int check_transition_date( unsigned int transitionCoarseTime )
General Comments 0
You need to be logged in to leave comments. Login now