add dependecy check to some object types

This commit is contained in:
Gabor Kiss-Vamosi
2018-01-19 15:40:22 +01:00
parent 5db75661cf
commit 4ecee47caa
8 changed files with 42 additions and 7 deletions

View File

@@ -7,9 +7,9 @@
/*********************
* INCLUDES
*********************/
#include "../../lv_conf.h"
#if USE_LV_FILESYSTEM
#include "lv_ufs.h"
#if USE_LV_FILESYSTEM
#include "lv_ll.h"
#include <string.h>
#include <stdio.h>