chore(qrcode): replaced libc includes (#7077)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user