From: bernie Date: Fri, 22 Aug 2008 12:14:59 +0000 (+0000) Subject: demo: explain the "purpose" of schedule() X-Git-Tag: 2.0.0~264 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=2e8548584b3bde932b2d1d631d86a00a17d3ecda;p=bertos.git demo: explain the "purpose" of schedule() git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1670 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/app/demo/demo.c b/app/demo/demo.c index 86d8356e..030ce35f 100644 --- a/app/demo/demo.c +++ b/app/demo/demo.c @@ -58,6 +58,9 @@ /** * Draw a pentacle in the provided bitmap. + * + * This is invoked by the keyboard polling routine, as a poor man's surrogate + * of true task switching. */ void schedule(void) {