git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@524 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2008-11-29 12:55:35 +00:00
parent ce0b1af78d
commit 62d821990a
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
void hwinit(void);
static WorkingArea(waThread1, 32);
static WORKING_AREA(waThread1, 32);
static msg_t Thread1(void *arg) {
while (TRUE) {

View File

@ -28,7 +28,7 @@
void hwinit(void);
static WorkingArea(waThread1, 32);
static WORKING_AREA(waThread1, 32);
static msg_t Thread1(void *arg) {
while (TRUE) {