5c6018f0e2
This currently supports the stm32f107, but support will be added for the F105 shortly (missing a linker script and I can't properly test without a devkit).
17 lines
131 B
C
17 lines
131 B
C
|
|
void
|
|
rtimer_arch_init(void)
|
|
{
|
|
}
|
|
|
|
void
|
|
rtimer_arch_set(rtimer_clock_t t)
|
|
{
|
|
}
|
|
|
|
rtimer_clock_t
|
|
rtimer_arch_now(void)
|
|
{
|
|
return 0;
|
|
}
|