rp2040

RP2040 Programming without SDK
Log | Files | Refs

commit e0c80f5f546873bc1bc886eacfe784ab3c29c457
parent 6d42e176fafd1b6edfb2bf1c1249d387d9527b39
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Sat, 25 Mar 2023 11:29:00 +0900

delete unused loop

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

diff --git a/as.s b/as.s @@ -121,11 +121,6 @@ pll_lock: pop {pc} -loop: - bl uart0_read - bl uart0_write - b loop - // functions unreset: