Changeset 74 for ctrl/firmware/Main/CubeMX/Middlewares
- Timestamp:
- Jan 29, 2025, 1:36:43 PM (3 months ago)
- Location:
- ctrl/firmware/Main/CubeMX/Middlewares/Third_Party
- Files:
-
- 10 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ctrl/firmware/Main/CubeMX/Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
r73 r74 62 62 extern uint8_t ucHeap[ configTOTAL_HEAP_SIZE ]; 63 63 #else 64 static uint8_t ucHeap[ configTOTAL_HEAP_SIZE ] ;64 static uint8_t ucHeap[ configTOTAL_HEAP_SIZE ] __attribute__((section(".DTCM_RAM"))); 65 65 #endif /* configAPPLICATION_ALLOCATED_HEAP */ 66 66
Note: See TracChangeset
for help on using the changeset viewer.