git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6004 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
2fdb15128f
commit
dc7b36df31
|
@ -509,8 +509,8 @@ static void bmk10_execute(void) {
|
||||||
chSysLock();
|
chSysLock();
|
||||||
chVTDoSetI(&vt1, 1, tmo, NULL);
|
chVTDoSetI(&vt1, 1, tmo, NULL);
|
||||||
chVTDoSetI(&vt2, 10000, tmo, NULL);
|
chVTDoSetI(&vt2, 10000, tmo, NULL);
|
||||||
chVTResetI(&vt1);
|
chVTDoResetI(&vt1);
|
||||||
chVTResetI(&vt2);
|
chVTDoResetI(&vt2);
|
||||||
chSysUnlock();
|
chSysUnlock();
|
||||||
n++;
|
n++;
|
||||||
#if defined(SIMULATOR)
|
#if defined(SIMULATOR)
|
||||||
|
|
Loading…
Reference in New Issue