Merge branch 'master' into usbkb_sauter
[ppcskel.git] / main.c
diff --git a/main.c b/main.c
index dcc2f19b3bdbae5deb1669ecdc9a8e8eb75b6796..451b87dba0a95145ca920c0b972d0ba88ca8d9ef 100644 (file)
--- a/main.c
+++ b/main.c
@@ -27,6 +27,7 @@ Copyright (C) 2009              John Kelley <wiidev@kelley.ca>
 #include "irq.h"
 #include "usb/core/core.h"
 #include "usb/drivers/class/hid.h"
+#include "sha1.h"
 #include "hollywood.h"
 
 #define MINIMUM_MINI_VERSION 0x00010001
@@ -162,6 +163,14 @@ int main(void)
                }
        }
 
+#if 0
+       printf("===============================\n");
+
+       SHA1TestCases();
+
+       printf("bye, world!\n");
+#endif
+
        return 0;
 }