mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 15:07:03 +08:00
bsp/tms570: Typo
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user