rp2040

RP2040 Programming without SDK
Log | Files | Refs

commit 3a94ffe0be528555fecd4be287576e9145078205
parent ab9c8fc1add4cb7b646f3cc0eb1cf201abe72e08
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Sun, 25 Feb 2024 07:50:43 +0900

delete align

Diffstat:
Mex2/main.s | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/ex2/main.s b/ex2/main.s @@ -1,7 +1,6 @@ .cpu cortex-m0plus .thumb - .align 8 .global vectors vectors: .word 0x20040000 // initial SP