git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@524 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
ce0b1af78d
commit
62d821990a
|
@ -27,7 +27,7 @@
|
|||
|
||||
void hwinit(void);
|
||||
|
||||
static WorkingArea(waThread1, 32);
|
||||
static WORKING_AREA(waThread1, 32);
|
||||
static msg_t Thread1(void *arg) {
|
||||
|
||||
while (TRUE) {
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
void hwinit(void);
|
||||
|
||||
static WorkingArea(waThread1, 32);
|
||||
static WORKING_AREA(waThread1, 32);
|
||||
static msg_t Thread1(void *arg) {
|
||||
|
||||
while (TRUE) {
|
||||
|
|
Loading…
Reference in New Issue