1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 17:52:47 +01:00

cpu/stm32: fix references in documentation

This commit is contained in:
Gunar Schorcht 2023-09-27 09:06:25 +02:00
parent 8e5fc866e4
commit 869020ac53

View File

@ -257,8 +257,7 @@ typedef struct {
* *
* The GPIOs are defined depending on used memory type according to the * The GPIOs are defined depending on used memory type according to the
* FMC pin definition in Table 12 of section 4 in the * FMC pin definition in Table 12 of section 4 in the
* [Datasheet for STM32F765xx, STM32F767xx, STM32F768Ax, STM32F769xx] * [Datasheet for STM32F765xx, STM32F767xx, STM32F768Ax, STM32F769xx](https://www.st.com/resource/en/datasheet/stm32f767zi.pdf).
* (https://www.st.com/resource/en/datasheet/stm32f767zi.pdf).
* Which memory types are used is defined by the pseudomodules * Which memory types are used is defined by the pseudomodules
* `periph_fmc_nor_sram`, `periph_fmc_nand` and `periph_fmc_sdram` * `periph_fmc_nor_sram`, `periph_fmc_nand` and `periph_fmc_sdram`
* *