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: SimpleDMA eeprom mbed-rtos mbed FreescaleIAP
Fork of CDMS_CODE by
Diff: TEST_PL.h
- Revision:
- 290:3159ff1081a2
- Parent:
- 266:ae588e75cfa4
diff -r 9bd62b69874c -r 3159ff1081a2 TEST_PL.h
--- a/TEST_PL.h Sat Aug 06 06:34:38 2016 +0000
+++ b/TEST_PL.h Sun Aug 07 10:36:59 2016 +0000
@@ -498,9 +498,9 @@
//testing TC = 0x1,0x2...0x6
int w =1;
- for(uint8_t v=1;w<1000;w++)
+ for(uint8_t v=1;v<7;v++)
{
- /*switch(v)
+ switch(v)
{
case 1: test_schedule_1(test_tm_ptr);
break;
@@ -514,8 +514,8 @@
break;
case 6: test_schedule_6(test_tm_ptr);
break;
- }*/
- gPC.printf("\n\rIndex:%d",w);
+ }
+ //gPC.printf("\n\rIndex:%d",w);
if(v==1)
{
test_schedule_1(test_tm_ptr);
@@ -569,7 +569,7 @@
verify_extracted(v);
for(z=0;z<192;z++)
temp_pl_block[z] = pl_block[z];
- //wait(1);
+ wait(1);
}
gPC.printf("\n\rTesting TC_TM block processing complete");
}
\ No newline at end of file
