mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
8 lines
240 B
C
8 lines
240 B
C
#include <mpconfigport.h>
|
|
|
|
#define MICROPY_NLR_RAISE_HOOK \
|
|
do { \
|
|
extern void fb_alloc_free_till_mark(); \
|
|
fb_alloc_free_till_mark(); \
|
|
} while (0);
|