Pradeep Kotipalli
/
cdms_rtos_summer_lite
hjnjnj
Fork of cdms_rtos_summer by
Revision 1:d89391152298, committed 2015-06-08
- Comitter:
- pradeepvk2208
- Date:
- Mon Jun 08 11:14:41 2015 +0000
- Parent:
- 0:0e52cd8d26c8
- Commit message:
- gyfififu;
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 0e52cd8d26c8 -r d89391152298 main.cpp --- a/main.cpp Mon Jun 08 10:51:30 2015 +0000 +++ b/main.cpp Mon Jun 08 11:14:41 2015 +0000 @@ -17,7 +17,7 @@ while(1) { Thread::signal_wait(0x1); - printf("Entered HK_BAE"); + printf("Entered HK_BAE\n"); } } void HK_CDMS(void const *args) @@ -25,7 +25,10 @@ while(1) { Thread::signal_wait(0x2); - printf("Entered HK_CDMS"); + printf("Entered HK_CDMS\n"); + printf("hi"); + printf("heressffhdng\n"); + printf("portable\n"); } } void HK_PAYLOAD(void const *args) @@ -33,7 +36,7 @@ while(1) { Thread::signal_wait(0x3); - printf("Entered HK_PAYLOAD"); + printf("Entered HK_PAYLOAD\n"); } } @@ -75,6 +78,7 @@ RtosTimer t_sc_timer(T_SC,osTimerPeriodic); t_sc_timer.start(1000); + while(1) { Thread::wait(5000);