py/mphal: Add stddef.h header for size_t.
This includes "stddef.h" for `size_t` to resolve NuttX integration build issues. Signed-off-by: Yanfeng Liu <yfliu2008@qq.com>
This commit is contained in:
committed by
Damien George
parent
d4399b3230
commit
ab4af2c1a6
@@ -27,6 +27,7 @@
|
|||||||
#define MICROPY_INCLUDED_PY_MPHAL_H
|
#define MICROPY_INCLUDED_PY_MPHAL_H
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <stddef.h>
|
||||||
#include "py/mpconfig.h"
|
#include "py/mpconfig.h"
|
||||||
|
|
||||||
#ifdef MICROPY_MPHALPORT_H
|
#ifdef MICROPY_MPHALPORT_H
|
||||||
|
|||||||
Reference in New Issue
Block a user