8000 py/misc: Include py/mpconfig.h which defines NORETURN. · micropython/micropython@2d1e8f7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2d1e8f7

Browse files
committed
py/misc: Include py/mpconfig.h which defines NORETURN.
Signed-off-by: Francisco Blas (klondike) Izquierdo Riera <klondike@klondike.es>
1 parent 2ed976f commit 2d1e8f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

py/misc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
#include <stdbool.h>
3434
#include <stdint.h>
3535
#include <stddef.h>
36+
// Needed for NORETURN
37+
#include "py/mpconfig.h"
3638

3739
typedef unsigned char byte;
3840
typedef unsigned int uint;

0 commit comments

Comments
 (0)
0