rp2040

RP2040 Programming without SDK
Log | Files | Refs

commit 47299977bfb3559a567edd3771e029dda426e8fa
parent 3d432a5de3799a43fd02655bf999fc4f0c04d07f
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Mon, 17 Apr 2023 10:27:03 +0900

delete unused literals

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

diff --git a/boot2.s b/boot2.s @@ -54,8 +54,6 @@ rom_base: .word 0x00000000 boot2_end: .word 0x10000000 + 0x100 -xip_ssi_base: - .word 0x18000000 sram_base: .word 0x20000000 pads_qspi_base: