crashtest-r0ket/simulat0r/firmware/core/systick/systick.c

10 lines
269 B
C
Raw Normal View History

#define systickInit _hideaway_systickInit
2011-07-19 08:09:03 +00:00
#include "../../firmware/core/systick/systick.c"
#undef systickInit
2011-07-19 08:09:03 +00:00
void systickInit (uint32_t delayMs)
{
fprintf(stderr,"systickConfig %d: unimplemented\n",delayMs);
// systickConfig ((CFG_CPU_CCLK / 1000) * delayMs);
2011-07-19 08:09:03 +00:00
}