modify a typo (#869)

pull/870/head
OccupyMars2025 2 years ago committed by GitHub
parent c568ba8c44
commit 1fc8a8ee42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 /* 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 library - but something is calling the C library malloc(). See
https://freertos.org/a00111.html for more information. */ 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(); portDISABLE_INTERRUPTS();
for( ;; ); for( ;; );

Loading…
Cancel
Save