chore(qrcode): replaced libc includes (#7077)

This commit is contained in:
Michael Simon
2024-10-17 10:30:04 +02:00
committed by GitHub
parent 0e09c7b8c1
commit b20035d68d

View File

@@ -26,9 +26,9 @@
#include "../../../lvgl.h"
#ifdef LV_USE_QRCODE
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include LV_STDBOOL_INCLUDE
#include LV_STDDEF_INCLUDE
#include LV_STDINT_INCLUDE
#ifdef __cplusplus