demo: explain the "purpose" of schedule()
[bertos.git] / app / demo / demo.c
index 86d8356e92720777c827d31dd7cae9919a9d26c5..030ce35f16ac68e432452c61ba5a58fb155117ed 100644 (file)
@@ -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)
 {