Removing debugging code from NIOS port

ugfx_release_2.6
Joel Bodenmann 2015-12-04 22:33:40 +01:00
parent 7d040805c7
commit fca2766ed8
1 changed files with 1 additions and 3 deletions

View File

@ -50,9 +50,7 @@ void gfxExit(void) {
systemticks_t gfxSystemTicks(void)
{
volatile alt_u32 ticks = alt_nticks();
return ticks;
return alt_nticks();
}
systemticks_t gfxMillisecondsToTicks(delaytime_t ms)