benchmark: "semaphores" module should be a dependency for kernel_footprint.
[bertos.git] / bertos / gfx / text.h
index d8c6aba5d20bbd1852048ccbe71d8ac36cc98888..249f28187f7960cdce60a09e5b782ed7d29ffdb9 100644 (file)
@@ -38,7 +38,8 @@
  * \version $Id$
  *
  * $WIZ$ module_name = "text"
- * $WIZ$ module_harvard = "both"
+ * $WIZ$ module_harvard = "pgm_memory"
+ * $WIZ$ module_depends = "bitmap", "line"
  */
 
 #ifndef GFX_TEXT_H