Renamed tpl_drv_* to api_drv_* (a more fitting name)
[tpg/acess2.git] / Kernel / arch / arm7 / debug.c
index 6d0232f..1279498 100644 (file)
@@ -42,7 +42,7 @@ void KernelPanic_SetMode(void)
 
 void KernelPanic_PutChar(char ch)
 {
-       Debug_PutCharDebug(ch);
+//     Debug_PutCharDebug(ch);
 }
 
 void StartupPrint(const char *str)

UCC git Repository :: git.ucc.asn.au