enable sound/text demo
This commit is contained in:
@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user