stop0 working

This commit is contained in:
Priec
2025-12-14 11:56:09 +01:00
parent 58561ec392
commit 49cc8dcc71
5 changed files with 44 additions and 1 deletions

View File

@@ -37,6 +37,8 @@ fn main() {
build.file(hal_driver.join("Src").join(src));
}
build.file("src/c_ll/stop0_ll.c");
build
.include(hal_driver.join("Inc"))
.include(device.join("Include"))