mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-30 07:06:19 +08:00
chore(qrcode): replaced libc includes (#7077)
This commit is contained in:
@@ -26,9 +26,9 @@
|
|||||||
#include "../../../lvgl.h"
|
#include "../../../lvgl.h"
|
||||||
#ifdef LV_USE_QRCODE
|
#ifdef LV_USE_QRCODE
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include LV_STDBOOL_INCLUDE
|
||||||
#include <stddef.h>
|
#include LV_STDDEF_INCLUDE
|
||||||
#include <stdint.h>
|
#include LV_STDINT_INCLUDE
|
||||||
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|||||||
Reference in New Issue
Block a user