From aaaae08c0344158a7b8e67cee359f95e6a8929fd Mon Sep 17 00:00:00 2001 From: zbyti Date: Wed, 16 Sep 2020 13:44:09 +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 bbb74e19..5278bce6 100644 --- a/examples/a8/systemoff_example.mfk +++ b/examples/a8/systemoff_example.mfk @@ -112,7 +112,7 @@ interrupt void vbi(){ // main procdure void main(){ - system_off(); // turn off OS + system_off() // turn off OS wait(100) // waint 2 sec on PAL for fun antic_dlist = dl.addr // set custom display list