From 80dc72fa2fb4a751af5e040af45f3ac37e5b4f78 Mon Sep 17 00:00:00 2001 From: aleph Date: Sun, 27 Feb 2011 14:32:09 +0000 Subject: [PATCH] Add wizard dependency for timer module git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4730 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/drv/lcd_ili9225.h | 1 + 1 file changed, 1 insertion(+) diff --git a/bertos/drv/lcd_ili9225.h b/bertos/drv/lcd_ili9225.h index 09cbf097..3be2f41f 100644 --- a/bertos/drv/lcd_ili9225.h +++ b/bertos/drv/lcd_ili9225.h @@ -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 -- 2.25.1