added makefile rule to create bootable CDs and removed a printf call in
[bootcensus] / src / test / vbetest.c
index 186d7a9..ee7fb68 100644 (file)
@@ -36,7 +36,7 @@ static uint16_t cursor[] = {
 static int click;
 
 /* defined in sndsamples.s */
-extern void *snd_click;
+extern signed char snd_click[];
 extern int snd_click_size;
 
 int vbetest(void)
@@ -105,7 +105,6 @@ int vbetest(void)
                        }
                }
                if(click) {
-                       printf("click!\n");
                        audio_play(22050, 1);
                }