1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 8 deletions

View File

@ -17,10 +17,6 @@
#ifndef LV_CONF_H
#define LV_CONF_H
#ifndef __ASSEMBLY__
#include <stdint.h>
#endif
/*====================
COLOR SETTINGS
*====================*/

View File

@ -55,10 +55,6 @@
* Start parsing lv_conf_template.h
-----------------------------------*/
#ifndef __ASSEMBLY__
#include <stdint.h>
#endif
/*====================
COLOR SETTINGS
*====================*/