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