mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-17 02:07:48 -04:00
modify a typo (#869)
This commit is contained in:
parent
c568ba8c44
commit
1fc8a8ee42
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ void *malloc( size_t size )
|
|||
/* This project uses heap_4 so doesn't set up a heap for use by the C
|
||||
library - but something is calling the C library malloc(). See
|
||||
https://freertos.org/a00111.html for more information. */
|
||||
printf( "\r\n\r\nUnexpected call to malloc() - should be usine pvPortMalloc()\r\n" );
|
||||
printf( "\r\n\r\nUnexpected call to malloc() - should be using pvPortMalloc()\r\n" );
|
||||
portDISABLE_INTERRUPTS();
|
||||
for( ;; );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue