summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-02-26 16:55:39 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-02-26 16:55:39 +0000
commitaebc66f8e146b28148f5e5755f6b3252774441f8 (patch)
tree92a85e68ccfe7771cb3684247ac04c4877fbe4e8 /nuttx/configs/stm3210e-eval
parent11cdbe3e35d80775ba9887a995a1e3c124c7a063 (diff)
downloadpx4-nuttx-aebc66f8e146b28148f5e5755f6b3252774441f8.tar.gz
px4-nuttx-aebc66f8e146b28148f5e5755f6b3252774441f8.tar.bz2
px4-nuttx-aebc66f8e146b28148f5e5755f6b3252774441f8.zip
Finish m9s12 GPIO support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3318 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3210e-eval')
-rw-r--r--nuttx/configs/stm3210e-eval/src/up_buttons.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/stm3210e-eval/src/up_buttons.c b/nuttx/configs/stm3210e-eval/src/up_buttons.c
index 99feacec5..d2f68de80 100644
--- a/nuttx/configs/stm3210e-eval/src/up_buttons.c
+++ b/nuttx/configs/stm3210e-eval/src/up_buttons.c
@@ -1,7 +1,7 @@
/****************************************************************************
- * configs/stm3210e-eval/src/up_leds.c
+ * configs/stm3210e-eval/src/up_buttons.c
*
- * Copyright (C) 2009 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2009, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without