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

This commit is contained in:
gdisirio 2009-10-17 11:55:05 +00:00
parent ca817db850
commit eff9b996a4
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
#include "web/webthread.h"
static WORKING_AREA(waWebThread, 512);
static WORKING_AREA(waWebThread, 1024);
static WORKING_AREA(waThread1, 128);
static msg_t Thread1(void *arg) {