mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Debug microSD CS
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1824 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -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
|
||||
************************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user