[AVR] Fixed WA declaration
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9282 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
1b5ab277a8
commit
cd575463a9
|
@ -18,7 +18,7 @@
|
|||
#include "hal.h"
|
||||
#include "ch_test.h"
|
||||
|
||||
static WORKING_AREA(waThread1, 32);
|
||||
static THD_WORKING_AREA(waThread1, 32);
|
||||
static THD_FUNCTION(Thread1, arg) {
|
||||
|
||||
(void)arg;
|
||||
|
|
Loading…
Reference in New Issue