From 5a68d6d260b4e6f8b79ef2a6371ad7e5ad32fc02 Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Arcos Date: Mon, 11 Dec 2023 19:00:07 +0100 Subject: [PATCH] docs: Fix typo (#382) --- esp-wifi/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp-wifi/README.md b/esp-wifi/README.md index f9fe0df3545..21cfd6a9cf7 100644 --- a/esp-wifi/README.md +++ b/esp-wifi/README.md @@ -63,7 +63,7 @@ Within this crate, `CCOMPARE0` CPU timer is used for timing, ensure that in your When using USB-SERIAL-JTAG (for example by selecting `jtag-serial` in [`esp-println`](https://crates.io/crates/esp-println)) you have to activate the feature `phy-enable-usb`. -Don't use this feature if you are _not__ using USB-SERIAL-JTAG as it might reduce WiFi performance. +Don't use this feature if you are _not_ using USB-SERIAL-JTAG as it might reduce WiFi performance. ## Features