bsp/tms570: Typo

This commit is contained in:
Sebastian Huber
2015-05-21 17:27:34 +02:00
parent 1c59cad4aa
commit 95889465e8
+1 -1
View File
@@ -34,7 +34,7 @@
static struct timecounter tms570_rti_tc;
static uint32_t tms570_rti_get_timecount(struct timecounter tc)
static uint32_t tms570_rti_get_timecount(struct timecounter *tc)
{
return TMS570_RTI.RTIFRC0;
}