chore: remove stdint header from conf.h (#4896)

Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
This commit is contained in:
Neo Xu
2023-11-30 20:14:19 +08:00
committed by GitHub
parent 8094cd1acb
commit f3bc98474c
2 changed files with 0 additions and 8 deletions
-4
View File
@@ -17,10 +17,6 @@
#ifndef LV_CONF_H
#define LV_CONF_H
#ifndef __ASSEMBLY__
#include <stdint.h>
#endif
/*====================
COLOR SETTINGS
*====================*/
-4
View File
@@ -55,10 +55,6 @@
* Start parsing lv_conf_template.h
-----------------------------------*/
#ifndef __ASSEMBLY__
#include <stdint.h>
#endif
/*====================
COLOR SETTINGS
*====================*/