mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
lib/utils/pyexec.h: Include py/obj.h because its decls are needed.
This commit is contained in:
@@ -26,6 +26,8 @@
|
||||
#ifndef MICROPY_INCLUDED_LIB_UTILS_PYEXEC_H
|
||||
#define MICROPY_INCLUDED_LIB_UTILS_PYEXEC_H
|
||||
|
||||
#include "py/obj.h"
|
||||
|
||||
typedef enum {
|
||||
PYEXEC_MODE_RAW_REPL,
|
||||
PYEXEC_MODE_FRIENDLY_REPL,
|
||||
|
||||
Reference in New Issue
Block a user