not working :-(

This commit is contained in:
2024-04-24 14:22:59 +02:00
parent 1d915baf77
commit 68816a06fa
10 changed files with 45 additions and 33 deletions

View File

@ -6,8 +6,6 @@
#include "psg.h"
#include "scheduler.h"
#include "sequencer.h"
#include "melody_tetris.h"
#include "melody_tusch1.h"
#include "mute.h"
int main() {
@ -31,8 +29,6 @@ int main() {
__enable_interrupt();
// playMelodyTetris();
while (1) {
schExec();
}