rp2040

RP2040 Programming without SDK
Log | Files | Refs

commit 11f4585e9d308df56d2b5cda71f2aaeb8d8bf0e8
parent 992a278b65c0fb2599752f09f0f95f9c5f5872f5
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Thu, 28 Aug 2025 09:44:36 +0900

delete GNU idiom

Diffstat:
Mcontext_switch/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/context_switch/Makefile b/context_switch/Makefile @@ -43,4 +43,4 @@ tools: cd ../tools && make dump: a.elf - $(OBJDUMP) -D $< + $(OBJDUMP) -D a.elf