Removing debugging code from NIOS port

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

View File

@ -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;
} }