git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@494 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2008-11-03 21:12:01 +00:00
parent e3978f80b5
commit 696ce03ab3
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ void chVTResetI(VirtualTimer *vtp) {
vtp->vt_next->vt_time += vtp->vt_time;
vtp->vt_prev->vt_next = vtp->vt_next;
vtp->vt_next->vt_prev = vtp->vt_prev;
vtp->vt_func = 0;
vtp->vt_func = NULL;
}
/**