From e9a16eb5e3f17000b1b78b3d113b1f44e620129a Mon Sep 17 00:00:00 2001 From: dzzxzz Date: Thu, 17 Feb 2011 05:24:33 +0000 Subject: [PATCH] set 4 bytes align for led_stack[] git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1275 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- bsp/m16c62p/application.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/m16c62p/application.c b/bsp/m16c62p/application.c index 22129d300..455104c15 100644 --- a/bsp/m16c62p/application.c +++ b/bsp/m16c62p/application.c @@ -21,6 +21,7 @@ static struct rt_thread led; +ALIGN(RT_ALIGN_SIZE) static rt_uint8_t led_stack[256]; static void rt_thread_entry_led(void* parameter) -- GitLab