stm32: fix template dir
Some checks failed
Flake check / flake-check (pull_request) Failing after 6s
Build tests / build-hosts (pull_request) Successful in 23s

This commit is contained in:
sid 2026-05-07 22:32:22 +02:00
parent 93c8d40a98
commit 133dfde6d3

View file

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