This commit is contained in:
luboslenco
2025-08-16 18:43:25 +02:00
parent fdab3e4d52
commit 640f4afa73
6 changed files with 33 additions and 85 deletions
-1
View File
@@ -14,7 +14,6 @@ function main() {
depth_bits: 32
};
sys_start(ops);
sys_init();
ready();
}
-1
View File
@@ -18,7 +18,6 @@ function main() {
depth_bits: 32
};
sys_start(ops);
sys_init();
ready();
}