aboutsummaryrefslogtreecommitdiff
path: root/src/ds.c
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-04-06 16:49:36 +0200
committerlonkaars <loek@pipeframe.xyz>2023-04-06 16:49:36 +0200
commit892424ba4d0c979e4351f7a866b6fe777783e4d2 (patch)
treed6688765834be74370038d8662703bd83b1acd40 /src/ds.c
parent4881723cf765fbd7bad2a1f08baf5897a7425401 (diff)
dma send done and working
Diffstat (limited to 'src/ds.c')
-rw-r--r--src/ds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ds.c b/src/ds.c
index 570fb61..71c595a 100644
--- a/src/ds.c
+++ b/src/ds.c
@@ -4,7 +4,7 @@
void hh_setup() {
hh_ppu_init();
- hh_demo_setup();
+ // hh_demo_setup();
}
void hh_exit() {