diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2025-06-05 23:49:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-05 17:49:09 -0400 |
| commit | d1ac2561b5c5f184eb4eed1894398dc4e4e7728c (patch) | |
| tree | d25e1544263b8a2b365f413b55129620a462f04a /src/boot | |
| parent | 57097bf36e09ae022b57dce67ebb71430509f695 (diff) | |
T() macro loose ends 3 (#2592)
* Remaining weird T()
* cleanup "発生" as ~"spawn"
* single strings T()
* more single strings T()
* more single strings T() (InitDynaPoly helpers)
Diffstat (limited to 'src/boot')
| -rw-r--r-- | src/boot/z_std_dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
