summaryrefslogtreecommitdiff
path: root/nuttx/arch/sim/src/up_allocateheap.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/sim/src/up_allocateheap.c')
-rw-r--r--nuttx/arch/sim/src/up_allocateheap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/sim/src/up_allocateheap.c b/nuttx/arch/sim/src/up_allocateheap.c
index 9278faf27..f02f8cbfa 100644
--- a/nuttx/arch/sim/src/up_allocateheap.c
+++ b/nuttx/arch/sim/src/up_allocateheap.c
@@ -81,5 +81,5 @@ static uint8_t sim_heap[SIM_HEAP_SIZE];
void up_allocate_heap(void **heap_start, size_t *heap_size)
{
*heap_start = sim_heap;
- *heap_size = SIM_HEAP_SIZE;
+ *heap_size = SIM_HEAP_SIZE;
}