Merge pull request #2397 from lgnq/master

Update clock.c
This commit is contained in:
Bernard Xiong 2019-03-07 21:14:23 +08:00 committed by GitHub
commit 4028aa1eba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -24,8 +24,6 @@
static rt_tick_t rt_tick = 0;
#endif
extern void rt_timer_check(void);
/**
* This function will init system tick and set it to zero.
* @ingroup SystemInit