diff options
| author | Vega Deftwing <[email protected]> | 2024-04-11 19:45:38 +0000 |
|---|---|---|
| committer | Vega Deftwing <[email protected]> | 2024-04-11 19:45:38 +0000 |
| commit | 9053b6b5b3a09e48ed5e2476a5f712c9796828d5 (patch) | |
| tree | babd8bcdabe0bc5ab595dde38672695f9e08f692 /embassy-usb | |
| parent | f5f776f8157eca01cc4f3560807343889d8dcaef (diff) | |
Fix spelling and white space mistakes
Diffstat (limited to 'embassy-usb')
| -rw-r--r-- | embassy-usb/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-usb/README.md b/embassy-usb/README.md index d2adae4f5..400fc6695 100644 --- a/embassy-usb/README.md +++ b/embassy-usb/README.md | |||
| @@ -34,8 +34,8 @@ They can be set in two ways: | |||
| 34 | - Via Cargo features: enable a feature like `<name>-<value>`. `name` must be in lowercase and | 34 | - Via Cargo features: enable a feature like `<name>-<value>`. `name` must be in lowercase and |
| 35 | use dashes instead of underscores. For example. `max-interface-count-3`. Only a selection of values | 35 | use dashes instead of underscores. For example. `max-interface-count-3`. Only a selection of values |
| 36 | is available, check `Cargo.toml` for the list. | 36 | is available, check `Cargo.toml` for the list. |
| 37 | - Via environment variables at build time: set the variable named `EMBASSY_USB_<value>`. For example | 37 | - Via environment variables at build time: set the variable named `EMBASSY_USB_<value>`. For example |
| 38 | `EMBASSY_USB_MAX_INTERFACE_COUNT=3 cargo build`. You can also set them in the `[env]` section of `.cargo/config.toml`. | 38 | `EMBASSY_USB_MAX_INTERFACE_COUNT=3 cargo build`. You can also set them in the `[env]` section of `.cargo/config.toml`. |
| 39 | Any value can be set, unlike with Cargo features. | 39 | Any value can be set, unlike with Cargo features. |
| 40 | 40 | ||
| 41 | Environment variables take precedence over Cargo features. If two Cargo features are enabled for the same setting | 41 | Environment variables take precedence over Cargo features. If two Cargo features are enabled for the same setting |
