diff options
Diffstat (limited to 'src/include/vt.h')
-rw-r--r-- | src/include/vt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/vt.h b/src/include/vt.h index 73f2881a3..1e718da3a 100644 --- a/src/include/vt.h +++ b/src/include/vt.h @@ -99,7 +99,7 @@ extern VTList vtlist; #ifdef __cplusplus
extern "C" {
#endif
- void chVTInit(void);
+ void vt_init(void);
void chVTSetI(VirtualTimer *vtp, systime_t time, vtfunc_t vtfunc, void *par);
void chVTResetI(VirtualTimer *vtp);
bool_t chSysInTimeWindow(systime_t start, systime_t end);
|