You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced 2026-05-20 10:30:31 -07:00
Rename header file.
This commit is contained in:
@@ -168,7 +168,7 @@ mp_vm_return_kind_t mp_execute_byte_code_2(const byte *code_info, const byte **i
|
||||
// careful: be sure to declare volatile any variables read in the exception handler (written is ok, I think)
|
||||
|
||||
#if MICROPY_USE_COMPUTED_GOTOS
|
||||
#include "entry_table.h"
|
||||
#include "vmentrytable.h"
|
||||
#define DISPATCH() do { \
|
||||
save_ip = ip; \
|
||||
op = *ip++; \
|
||||
|
||||
Reference in New Issue
Block a user