o get varg printf working

This commit is contained in:
david
2009-06-02 15:41:43 +02:00
parent 6bab776497
commit a64e9ebd7d
5 changed files with 55 additions and 32 deletions

View File

@@ -38,10 +38,11 @@ void main(void) {
*(byte*) 0x2100 = 0x0f; // enable background
debug_enable();
print_screen("FATFS TEST",0);
print_console("Debugging console test\n");
print_console("test me\n");
printfs(0,"FATFS TEST %i",10);
printfc("Test me\n");
printfc("Test me %i\n",10);
while(1){
while(!pad1.start) {
waitForVBlank();