From 3e27095da10bcf997c71d32d1af59aa99f3804c4 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 5 Dec 2012 14:15:57 +0000 Subject: SPI for STM32F3xx, not working yet. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4875 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/ARMCM4-STM32F303-DISCOVERY/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'demos/ARMCM4-STM32F303-DISCOVERY/main.c') diff --git a/demos/ARMCM4-STM32F303-DISCOVERY/main.c b/demos/ARMCM4-STM32F303-DISCOVERY/main.c index 53ba509fb..5095b8a76 100644 --- a/demos/ARMCM4-STM32F303-DISCOVERY/main.c +++ b/demos/ARMCM4-STM32F303-DISCOVERY/main.c @@ -23,8 +23,7 @@ #include "test.h" /* - * This is a periodic thread that does absolutely nothing except flashing - * a LED. + * This is a periodic thread that does absolutely nothing except flashing LEDs. */ static WORKING_AREA(waThread1, 128); static msg_t Thread1(void *arg) { -- cgit v1.2.3