소스 검색

set 4 bytes align for led_stack[]

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1275 bbd45198-f89e-11dd-88c7-29a3b14d5316
dzzxzz 14 년 전
부모
커밋
e9a16eb5e3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      bsp/m16c62p/application.c

+ 1 - 0
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)