##// END OF EJS Templates
3.0.0.15
paul -
r258:1259d1eafcaf R3a
parent child
Show More
@@ -20,7 +20,7 SWVERSION=-1-0
20 20 DEFINES += SW_VERSION_N1=3 # major
21 21 DEFINES += SW_VERSION_N2=0 # minor
22 22 DEFINES += SW_VERSION_N3=0 # patch
23 DEFINES += SW_VERSION_N4=14 # internal
23 DEFINES += SW_VERSION_N4=15 # internal
24 24
25 25 # <GCOV>
26 26 #QMAKE_CFLAGS_RELEASE += -fprofile-arcs -ftest-coverage
@@ -146,9 +146,11 int action_reset(ccsdsTelecommandPacket_
146 146 *
147 147 */
148 148
149 PRINTF("this is the end!!!\n")
150 exit(0);
149 PRINTF("this is the end!!!\n");
150 exit(0);
151
151 152 send_tm_lfr_tc_exe_not_implemented( TC, queue_id, time );
153
152 154 return LFR_DEFAULT;
153 155 }
154 156
@@ -228,6 +230,11 int action_enter_mode(ccsdsTelecommandPa
228 230 }
229 231 }
230 232
233 if (status != RTEMS_SUCCESSFUL)
234 {
235 status = LFR_EXE_ERROR;
236 }
237
231 238 return status;
232 239 }
233 240
@@ -791,8 +798,8 int enter_mode_sbm1( unsigned int transi
791 798
792 799 if (status != RTEMS_SUCCESSFUL)
793 800 {
794 PRINTF1("ERR *** in enter_mode_sbm1 *** status = %d\n", status)
795 status = RTEMS_UNSATISFIED;
801 PRINTF1("ERR *** in enter_mode_sbm1 *** status = %d\n", status);
802 status = RTEMS_UNSATISFIED;
796 803 }
797 804
798 805 return status;
General Comments 0
You need to be logged in to leave comments. Login now