From 688c495b28d6307050f370717c295f2f889e3b3c Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 12 Nov 2010 23:07:49 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2355 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/STM8L-STM8L152-DISCOVERY-STVD/demo/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'demos') diff --git a/demos/STM8L-STM8L152-DISCOVERY-STVD/demo/main.c b/demos/STM8L-STM8L152-DISCOVERY-STVD/demo/main.c index 522499fcc..459ac2e7a 100644 --- a/demos/STM8L-STM8L152-DISCOVERY-STVD/demo/main.c +++ b/demos/STM8L-STM8L152-DISCOVERY-STVD/demo/main.c @@ -59,7 +59,7 @@ void main(void) { /* * Activates the serial driver 1 using the driver default configuration. */ - sdStart(&SD1, NULL); +// sdStart(&SD1, NULL); /* * Creates the blinker thread. @@ -70,8 +70,8 @@ void main(void) { * Normal main() thread activity. */ while (TRUE) { - if (palReadPad(GPIOC, PC_BUTTON) == PAL_LOW) - TestThread(&SD1); +// if (palReadPad(GPIOC, PC_BUTTON) == PAL_LOW) +// TestThread(&SD1); chThdSleepMilliseconds(1000); } } -- cgit v1.2.3