diff options
| author | Marc Poulhiès <[email protected]> | 2025-04-16 21:40:30 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-16 21:40:30 +0200 |
| commit | 8b565fc85e88bf8cf43024bd02df1640b10af728 (patch) | |
| tree | 7dacbd745f69ce871b2ba51dac4f9d8e3ed001c7 | |
| parent | 2bb9c0f10dd66f3fcc058897ade0e60415067449 (diff) | |
Fix link in faq.adoc
Looks like a link was using markdown instead of asciidoc.
| -rw-r--r-- | docs/pages/faq.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pages/faq.adoc b/docs/pages/faq.adoc index 3b5eafa99..a535e89f8 100644 --- a/docs/pages/faq.adoc +++ b/docs/pages/faq.adoc | |||
| @@ -212,7 +212,7 @@ _stack_start = ORIGIN(RAM) + LENGTH(RAM); | |||
| 212 | Please refer to the STM32 documentation for the specific values suitable for your board and setup. The STM32 Cube examples often contain a linker script `.ld` file. | 212 | Please refer to the STM32 documentation for the specific values suitable for your board and setup. The STM32 Cube examples often contain a linker script `.ld` file. |
| 213 | Look for the `MEMORY` section and try to determine the FLASH and RAM sizes and section start. | 213 | Look for the `MEMORY` section and try to determine the FLASH and RAM sizes and section start. |
| 214 | 214 | ||
| 215 | If you find a case where the memory.x is wrong, please report it on [this Github issue](https://github.com/embassy-rs/stm32-data/issues/301) so other users are not caught by surprise. | 215 | If you find a case where the memory.x is wrong, please report it on link:https://github.com/embassy-rs/stm32-data/issues/301[this Github issue] so other users are not caught by surprise. |
| 216 | 216 | ||
| 217 | == The USB examples are not working on my board, is there anything else I need to configure? | 217 | == The USB examples are not working on my board, is there anything else I need to configure? |
| 218 | 218 | ||
