Skip to content

Commit d5095b5

Browse files
committed
py/mphal.h: Add stddef.h for size_t.
This includes `<stddef.h>` for size_t. Signed-off-by: Yanfeng Liu <yfliu2008@qq.com>
1 parent 88cb6bc commit d5095b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/mphal.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
#define MICROPY_INCLUDED_PY_MPHAL_H
2828

2929
#include <stdint.h>
30+
#include <stddef.h>
3031
#include "py/mpconfig.h"
3132

3233
#ifdef MICROPY_MPHALPORT_H

0 commit comments

Comments
 (0)