bsp/leon3: Fix typo which breaks the CPU counter

Update #3456.
This commit is contained in:
Sebastian Huber
2018-09-20 07:27:28 +02:00
parent 776464aad4
commit b3cf79b9c4

View File

@@ -22,7 +22,7 @@ static uint32_t leon3_counter_frequency = 1000000000;
uint32_t _CPU_Counter_frequency(void)
{
return leon3_up_counter_frequency;
return leon3_counter_frequency;
}
static void leon3_counter_initialize(void)