more changes
This commit is contained in:
8
src/hardclock.c
Normal file
8
src/hardclock.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "ch.h"
|
||||
#include "hal.h"
|
||||
|
||||
uint32_t
|
||||
hardclock (void)
|
||||
{
|
||||
return SysTick->VAL;
|
||||
}
|
||||
Reference in New Issue
Block a user