rp2040

RP2040 Programming without SDK
Log | Files | Refs

commit d6ef91e9b0da98880c2a7492c280b2668779f78e
parent 74bf05d533a89fee840998a101cef415e180ffa1
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Sat,  2 Mar 2024 10:03:40 +0900

delete unused string

Diffstat:
Mex3/start.s | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/ex3/start.s b/ex3/start.s @@ -346,5 +346,3 @@ sio_base: .word 0xd0000000 ppb_base: .word 0xe0000000 -message: - .asciz "Hello, World!\r\n"