diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-22 18:05:35 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-22 18:05:35 +0000 |
commit | 64c9d79b312dd40757cbcb66003c10690f415079 (patch) | |
tree | a116e6d62d1ddc588f015f16860f2865e46491a2 /demos | |
parent | 20db157d8506a0878241182a584240841b12b7b2 (diff) | |
download | ChibiOS-64c9d79b312dd40757cbcb66003c10690f415079.tar.gz ChibiOS-64c9d79b312dd40757cbcb66003c10690f415079.tar.bz2 ChibiOS-64c9d79b312dd40757cbcb66003c10690f415079.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2423 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r-- | demos/ARMCM3-STM32F100-DISCOVERY-GCC/main.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/demos/ARMCM3-STM32F100-DISCOVERY-GCC/main.c b/demos/ARMCM3-STM32F100-DISCOVERY-GCC/main.c index c4ba64cda..c86d00e4c 100644 --- a/demos/ARMCM3-STM32F100-DISCOVERY-GCC/main.c +++ b/demos/ARMCM3-STM32F100-DISCOVERY-GCC/main.c @@ -209,7 +209,9 @@ int main(int argc, char **argv) { /*
* Normal main() thread activity, in this demo it does nothing except
- * sleeping in a loop and check the button state.
+ * sleeping in a loop and check the button state, when the button is
+ * pressed the test procedure is launched with output on the serial
+ * driver 1.
*/
while (TRUE) {
if (palReadPad(GPIOA, GPIOA_BUTTON))
|