git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1233 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
ca817db850
commit
eff9b996a4
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
#include "web/webthread.h"
|
#include "web/webthread.h"
|
||||||
|
|
||||||
static WORKING_AREA(waWebThread, 512);
|
static WORKING_AREA(waWebThread, 1024);
|
||||||
static WORKING_AREA(waThread1, 128);
|
static WORKING_AREA(waThread1, 128);
|
||||||
|
|
||||||
static msg_t Thread1(void *arg) {
|
static msg_t Thread1(void *arg) {
|
||||||
|
|
Loading…
Reference in New Issue