Skip to content

Commit 5808c7e

Browse files
committed
fixed: compile err
packages/micropython-latest/port/mpgetcharport.c:40:5: error: unknown type name 'uint8_t' uint8_t ch;
1 parent 8753a42 commit 5808c7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

port/mpgetcharport.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
*/
2626

2727
#include <stdio.h>
28+
#include <stdint.h>
2829
#include <rtthread.h>
2930
#include <rtdevice.h>
3031
#include <rthw.h>

0 commit comments

Comments
 (0)