uartlite_test_fix1

This commit is contained in:
paul nehlich
2024-07-26 12:53:31 +02:00
parent bb29c907e2
commit a48388bebb
6 changed files with 299 additions and 11 deletions

View File

@ -85,7 +85,7 @@ void vApplicationMallocFailedHook(void) {
timers, and semaphores. The size of the FreeRTOS heap is set by the
configTOTAL_HEAP_SIZE configuration constant in FreeRTOSConfig.h. */
taskDISABLE_INTERRUPTS();
rust_alloc_failed();
//rust_alloc_failed();
for (;;)
;
}