From 9ee9712554a3bdf3e44be43b4661df5583f360bf Mon Sep 17 00:00:00 2001 From: zbyti Date: Wed, 16 Sep 2020 12:50:31 +0200 Subject: [PATCH] A8 system off example typo --- examples/a8/systemoff_example.mfk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/a8/systemoff_example.mfk b/examples/a8/systemoff_example.mfk index ce7200a5..bbb74e19 100644 --- a/examples/a8/systemoff_example.mfk +++ b/examples/a8/systemoff_example.mfk @@ -115,7 +115,7 @@ void main(){ system_off(); // turn off OS wait(100) // waint 2 sec on PAL for fun - antic_dlist = dl.addr // set custom displaylist + antic_dlist = dl.addr // set custom display list wait(100) // waint 2 sec on PAL for the lulz vbivec = vbi.addr // set custom VBI wait(100) // waint 2 sec on PAL because we can