Add wizard dependency for timer module
authoraleph <aleph@38d2e660-2303-0410-9eaa-f027e97ec537>
Sun, 27 Feb 2011 14:32:09 +0000 (14:32 +0000)
committeraleph <aleph@38d2e660-2303-0410-9eaa-f027e97ec537>
Sun, 27 Feb 2011 14:32:09 +0000 (14:32 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4730 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/drv/lcd_ili9225.h

index 09cbf097643fc6ba82d1d4dfd884510987cd244b..3be2f41fb0ec6225c41e599ca9b42a814dc25674 100644 (file)
@@ -34,6 +34,7 @@
  *
  * $WIZ$ module_name = "lcd_ili9225"
  * $WIZ$ module_hw = "bertos/hw/hw_ili9225.h"
+ * $WIZ$ module_depends = "timer", "kfile"
  */
 
 #ifndef LCD_ILI9225_H