Skip to content

Commit 880b97d

Browse files
authored
Update README.md
1 parent d284dec commit 880b97d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ User can provide his own FreeRTOS configuration file at sketch level by adding h
2020
Heap allocation schemes are provided by FreeRTOS, see [Memory allocation implementations included in the RTOS source](https://www.freertos.org/a00111.html).
2121
To extend those schemes a thread-safe heap allocation using C runtime (Newlib) has been added based on Dave Nadler work:
2222

23-
http://www.nadler.com/embedded/newlibAndFreeRTOS.html
23+
http://www.nadler.com/embedded/newlibAndFreeRTOS.html
2424

2525
By default, the `heap_useNewlib.c` is used. It can be changed thanks a define in the configuration file:
2626
```

0 commit comments

Comments
 (0)