From 162fbee8d6d227354d1dd6ed69f8fee9065267b8 Mon Sep 17 00:00:00 2001 From: wuyangyong Date: Tue, 14 Dec 2010 15:20:44 +0000 Subject: [PATCH] add ALIGN(RT_ALIGN_SIZE) for finsh_heap git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1203 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- components/finsh/finsh_heap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/components/finsh/finsh_heap.c b/components/finsh/finsh_heap.c index e0a23a2b1..0936ee8f4 100644 --- a/components/finsh/finsh_heap.c +++ b/components/finsh/finsh_heap.c @@ -15,6 +15,7 @@ #include "finsh_var.h" +ALIGN(RT_ALIGN_SIZE) u_char finsh_heap[FINSH_HEAP_MAX]; struct finsh_block_header {