Removing debugging code from NIOS port
This commit is contained in:
parent
013f993d54
commit
7d040805c7
1 changed files with 1 additions and 2 deletions
|
@ -47,12 +47,11 @@ void gfxExit(void) {
|
||||||
dummy++;
|
dummy++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#include <stdio.h>
|
|
||||||
systemticks_t gfxSystemTicks(void)
|
systemticks_t gfxSystemTicks(void)
|
||||||
{
|
{
|
||||||
volatile alt_u32 ticks = alt_nticks();
|
volatile alt_u32 ticks = alt_nticks();
|
||||||
|
|
||||||
printf("Ticks: %d\r\n", ticks);
|
|
||||||
return ticks;
|
return ticks;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue