From 13587c7ec5713b6894e81b7fa24497bdd86dccb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chagnoleau?= Date: Thu, 7 Nov 2024 08:41:38 +0100 Subject: [PATCH] fix config typo --- src/logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/logging.md b/src/logging.md index 1832960..58cf32c 100644 --- a/src/logging.md +++ b/src/logging.md @@ -133,7 +133,7 @@ optimizing the program. Let's check that. > **PROTIP** You can set `target.thumbv7m-none-eabi.runner` to the long QEMU > command from before (`qemu-system-arm -cpu (..) -kernel`) in the Cargo -> configuration file (`.cargo/conifg`) to have `cargo run` use that *runner* to +> configuration file (`.cargo/config`) to have `cargo run` use that *runner* to > execute the output binary. ``` console