summaryrefslogtreecommitdiff
path: root/nuttx/configs/eagle100/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-24 20:40:11 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-24 20:40:11 +0000
commit27ba39c2e6bc41ff30705525a98444dfbe5da1cd (patch)
tree690e9c2d705fa5fe195757591b2bbb400c1df08c /nuttx/configs/eagle100/include
parent9b2ed5ff44f02983b6ed3ca810ab6a951b838b17 (diff)
downloadpx4-nuttx-27ba39c2e6bc41ff30705525a98444dfbe5da1cd.tar.gz
px4-nuttx-27ba39c2e6bc41ff30705525a98444dfbe5da1cd.tar.bz2
px4-nuttx-27ba39c2e6bc41ff30705525a98444dfbe5da1cd.zip
Debug microSD CS
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1824 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/eagle100/include')
-rw-r--r--nuttx/configs/eagle100/include/board.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/nuttx/configs/eagle100/include/board.h b/nuttx/configs/eagle100/include/board.h
index 096ca8410..febc93038 100644
--- a/nuttx/configs/eagle100/include/board.h
+++ b/nuttx/configs/eagle100/include/board.h
@@ -110,13 +110,6 @@
#define LED_ASSERTION 6 /* ON OFF */
#define LED_PANIC 7 /* ON OFF */
-/* Eagle-100 GPIOs ******************************************************************/
-
-/* GPIO for microSD card chip select */
-
-#define SDCCS_GPIO (GPIO_FUNC_OUTPUT | GPIO_PADTYPE_STDWPU | GPIO_STRENGTH_4MA | GPIO_VALUE_ONE | GPIO_PORTG | 2)
-#define LED_GPIO (GPIO_FUNC_OUTPUT | GPIO_VALUE_ONE | GPIO_PORTE | 1)
-
/************************************************************************************
* Public Function Prototypes
************************************************************************************/