1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00

boards/b-u585i-iot02a: fix path to malloc test in doc

This commit is contained in:
Alexandre Abadie 2023-05-13 19:03:13 +02:00
parent 03d171ee12
commit ea9acf2e1c
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -37,7 +37,7 @@ For using the ST B-U585I-IOT02A board we recommend the usage of the
[GNU Tools for ARM Embedded Processors](https://launchpad.net/gcc-arm-embedded)
toolchain.
**Important notice:** With GCC 10, the `tests/malloc` application doesn't work.
**Important notice:** With GCC 10, the `tests/sys/malloc` application doesn't work.
To use malloc, prefer GCC 9 which seems to work better.
*/