stm32: fix template dir #37

Merged
sid merged 2 commits from develop into release-25.11 2026-05-07 22:37:41 +02:00
Showing only changes of commit 133dfde6d3 - Show all commits

View file

@ -290,7 +290,7 @@
description = "Rust hello world template."; description = "Rust hello world template.";
}; };
stm32-blink = { stm32-blink = {
path = ./templates/dev/esp-blink; path = ./templates/dev/stm32-blink;
description = "STM32G4 blink template with libopencm3."; description = "STM32G4 blink template with libopencm3.";
}; };
}; };