
Repository for CDMS code
Dependencies: SimpleDMA mbed-rtos mbed eeprom
Fork of COM_MNG_TMTC_SIMPLE by
Revision 115:2e1144a41d76, committed 2016-02-05
- Comitter:
- ee12b079
- Date:
- Fri Feb 05 18:33:23 2016 +0000
- Parent:
- 114:9fb55057b13f
- Child:
- 117:bfdc807f3d3c
- Commit message:
- Integrating PMS ... transmitter is to be integrated
Changed in this revision
cdms_rtc.h | Show annotated file Show diff for this revision Revisions of this file |
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/cdms_rtc.h Fri Feb 05 15:37:09 2016 +0000 +++ b/cdms_rtc.h Fri Feb 05 18:33:23 2016 +0000 @@ -74,7 +74,7 @@ spi.write(0x87); spi.write(0x01); //set year to 00(2000) gCS_RTC=1; -// printf("\n\r rtc initalised \n"); + gPC.puts("\n\r rtc initalised \n"); SPI_mutex.unlock(); }
--- a/main.cpp Fri Feb 05 15:37:09 2016 +0000 +++ b/main.cpp Fri Feb 05 18:33:23 2016 +0000 @@ -55,7 +55,7 @@ gCS_RTC = 1; gCS_ADF = 1; - //FCTN_CDMS_INIT_RTC();/* rtc initialization*/ + FCTN_CDMS_INIT_RTC();/* rtc initialization*/ FCTN_CDMS_SD_INIT();/* sd card initialization*/ #if DEBUG