mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[python/turtle] Use a dedicated folder
This commit is contained in:
@@ -17,7 +17,7 @@ extern "C" {
|
||||
#include "py/repl.h"
|
||||
#include "py/runtime.h"
|
||||
#include "py/stackctrl.h"
|
||||
#include "modturtle.h"
|
||||
#include "mod/turtle/modturtle.h"
|
||||
#include "mphalport.h"
|
||||
}
|
||||
|
||||
@@ -109,7 +109,7 @@ void MicroPython::init(void * heapStart, void * heapEnd) {
|
||||
}
|
||||
|
||||
void MicroPython::deinit() {
|
||||
turtle_deinit();
|
||||
modturtle_deinit();
|
||||
mp_deinit();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user