1

enable sound/text demo

This commit is contained in:
churl
2022-04-24 13:22:17 +02:00
parent 729f89b46c
commit 0223dbb1ca

View File

@ -21,10 +21,10 @@ int main() {
// Bildschirm loeschen. // Bildschirm loeschen.
kout.clear(); kout.clear();
// Startmeldung ausgeben // TODO: Startmeldung ausgeben
text_demo(); text_demo();
sound_demo(); sound_demo();
while (1); while (1);