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.
kout.clear();
// Startmeldung ausgeben
// TODO: Startmeldung ausgeben
text_demo();
sound_demo();
while (1);