Removing debugging code from NIOS port
This commit is contained in:
parent
7d040805c7
commit
fca2766ed8
1 changed files with 1 additions and 3 deletions
|
@ -50,9 +50,7 @@ void gfxExit(void) {
|
||||||
|
|
||||||
systemticks_t gfxSystemTicks(void)
|
systemticks_t gfxSystemTicks(void)
|
||||||
{
|
{
|
||||||
volatile alt_u32 ticks = alt_nticks();
|
return alt_nticks();
|
||||||
|
|
||||||
return ticks;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
systemticks_t gfxMillisecondsToTicks(delaytime_t ms)
|
systemticks_t gfxMillisecondsToTicks(delaytime_t ms)
|
||||||
|
|
Loading…
Add table
Reference in a new issue