From d1ac2561b5c5f184eb4eed1894398dc4e4e7728c Mon Sep 17 00:00:00 2001 From: Dragorn421 Date: Thu, 5 Jun 2025 23:49:09 +0200 Subject: T() macro loose ends 3 (#2592) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Remaining weird T() * cleanup "発生" as ~"spawn" * single strings T() * more single strings T() * more single strings T() (InitDynaPoly helpers) --- src/boot/z_std_dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/boot') diff --git a/src/boot/z_std_dma.c b/src/boot/z_std_dma.c index 6ab0c87f3..226465a3f 100644 --- a/src/boot/z_std_dma.c +++ b/src/boot/z_std_dma.c @@ -519,7 +519,7 @@ void DmaMgr_ThreadEntry(void* arg) { } if (0) { - PRINTF(T("DMA登録受付", "DMA registration acceptance") " dmap=%08x\n", req); + PRINTF(T("DMA登録受付 dmap=%08x\n", "DMA registration acceptance dmap=%08x\n"), req); } // Process the DMA request -- cgit v1.2.3