Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: FreescaleIAP SimpleDMA mbed-rtos mbed
Fork of CDMS_CODE by
Diff: COM_MNG_TMTC.h
- Revision:
- 103:b55559925dc1
- Parent:
- 102:80c911a6e736
- Child:
- 106:cd10ac5ad10e
- Child:
- 108:2efd0974d40b
- Child:
- 117:bfdc807f3d3c
- Child:
- 125:a3b95a9c16ef
diff -r 80c911a6e736 -r b55559925dc1 COM_MNG_TMTC.h
--- a/COM_MNG_TMTC.h Fri Jan 29 17:09:41 2016 +0000
+++ b/COM_MNG_TMTC.h Fri Jan 29 17:36:10 2016 +0000
@@ -10,8 +10,6 @@
//added RLY_TMTC function
//added included related files
-#include "pinconfig.h"
-#include "i2c.h"
//#include "Flash.h"
#include "cdms_rtc.h"
@@ -417,7 +415,7 @@
if(tm_status_4m_slv == 1)
{
//printf("receiving...\r\n");
- FCTN_I2C_READ((char*)tm_pointer->TM_string);
+ FCTN_I2C_READ((char*)tm_pointer->TM_string,134);
//printf("%s", tm_pointer->TM_string);
received+=1;
tm_pointer = tm_pointer->next_TM;
