diff options
author | Damien George <damien.p.george@gmail.com> | 2014-01-25 16:30:47 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-01-25 16:30:47 +0000 |
commit | 51f3a6becd8566243c12243b7c295de1fcabc388 (patch) | |
tree | 2ebaa09b139307ead6e42c6ff6aa77fb03459993 /stm/lib/stm324x7i_eval.h | |
parent | b829b5caecd1ba4fbc30e03978776d2c868dd67b (diff) |
stm: Improved ADC module; add BOARD_NAME config value.
Diffstat (limited to 'stm/lib/stm324x7i_eval.h')
-rw-r--r-- | stm/lib/stm324x7i_eval.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stm/lib/stm324x7i_eval.h b/stm/lib/stm324x7i_eval.h index a7df96acb..9adeecb16 100644 --- a/stm/lib/stm324x7i_eval.h +++ b/stm/lib/stm324x7i_eval.h @@ -41,7 +41,7 @@ /**
* @brief SD FLASH SDIO Interface
*/
-#if defined(PYBOARD)
+#if defined(PYBOARD3)
#define SD_DETECT_PIN GPIO_Pin_13 /* PC.13 */
#define SD_DETECT_GPIO_PORT GPIOC /* GPIOC */
#define SD_DETECT_GPIO_CLK RCC_AHB1Periph_GPIOC
|