git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13455 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
507960e156
commit
ab2fe7a074
|
@ -116,6 +116,7 @@ int main(void) {
|
||||||
SCB->ICSR =SCB_ICSR_PENDSVSET_Msk;
|
SCB->ICSR =SCB_ICSR_PENDSVSET_Msk;
|
||||||
chTMStartMeasurementX(&tm1);
|
chTMStartMeasurementX(&tm1);
|
||||||
chSysUnlock();
|
chSysUnlock();
|
||||||
|
chThdSleepMilliseconds(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Printing results.*/
|
/* Printing results.*/
|
||||||
|
|
Loading…
Reference in New Issue