git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10599 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
153af87bcb
commit
2f22ea3428
|
@ -23,7 +23,7 @@
|
||||||
/*
|
/*
|
||||||
* Seconds counter thread.
|
* Seconds counter thread.
|
||||||
*/
|
*/
|
||||||
static THD_WORKING_AREA(waThread1, 512);
|
static THD_WORKING_AREA(waThread1, 128);
|
||||||
static THD_FUNCTION(Thread1, arg) {
|
static THD_FUNCTION(Thread1, arg) {
|
||||||
|
|
||||||
(void)arg;
|
(void)arg;
|
||||||
|
@ -40,7 +40,6 @@ static THD_FUNCTION(Thread1, arg) {
|
||||||
PIOA->PIO_PIO_[1].S_PIO_SODR = S_PIO_SODR_P5;
|
PIOA->PIO_PIO_[1].S_PIO_SODR = S_PIO_SODR_P5;
|
||||||
ld = true;
|
ld = true;
|
||||||
}
|
}
|
||||||
chprintf((BaseSequentialStream *)&SD0, "THD ChibiOS is running!\r\n\n");
|
|
||||||
chThdSleepMilliseconds(500);
|
chThdSleepMilliseconds(500);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue