mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-20 06:10:31 +01:00
15 lines
176 B
C
15 lines
176 B
C
#ifndef PYTHON_PORT_HELPERS_H
|
|
#define PYTHON_PORT_HELPERS_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void micropython_port_vm_hook_loop();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|