aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@seriouslyembedded.com>2015-12-04 22:33:12 +0100
committerJoel Bodenmann <joel@seriouslyembedded.com>2015-12-04 22:33:12 +0100
commit7d040805c780185502a8430a1f905d83bd582a46 (patch)
treee7c3f559b897a697d8e8921f67cafc6109c067ee /src/gos
parent013f993d545899636322f7f7e5212821e51103d4 (diff)
downloaduGFX-7d040805c780185502a8430a1f905d83bd582a46.tar.gz
uGFX-7d040805c780185502a8430a1f905d83bd582a46.tar.bz2
uGFX-7d040805c780185502a8430a1f905d83bd582a46.zip
Removing debugging code from NIOS port
Diffstat (limited to 'src/gos')
-rw-r--r--src/gos/gos_nios.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gos/gos_nios.c b/src/gos/gos_nios.c
index 36e3b19b..185ed386 100644
--- a/src/gos/gos_nios.c
+++ b/src/gos/gos_nios.c
@@ -47,12 +47,11 @@ void gfxExit(void) {
dummy++;
}
}
-#include <stdio.h>
+
systemticks_t gfxSystemTicks(void)
{
volatile alt_u32 ticks = alt_nticks();
- printf("Ticks: %d\r\n", ticks);
return ticks;
}