diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-11-02 16:41:22 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-11-02 16:41:22 +0000 |
commit | 34674828a0bc31e48af8ca27c011a39e19f67664 (patch) | |
tree | 160686c50f50f6bd137dc6aca848353d413e1a2e /os/hal/boards | |
parent | 9b2339c987a4acb23d190e6fba69243a16a300ea (diff) | |
download | ChibiOS-34674828a0bc31e48af8ca27c011a39e19f67664.tar.gz ChibiOS-34674828a0bc31e48af8ca27c011a39e19f67664.tar.bz2 ChibiOS-34674828a0bc31e48af8ca27c011a39e19f67664.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8424 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/boards')
-rw-r--r-- | os/hal/boards/ST_STM32F746G_DISCOVERY/board.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/os/hal/boards/ST_STM32F746G_DISCOVERY/board.h b/os/hal/boards/ST_STM32F746G_DISCOVERY/board.h index bfe13a4fc..c7a4ac1f6 100644 --- a/os/hal/boards/ST_STM32F746G_DISCOVERY/board.h +++ b/os/hal/boards/ST_STM32F746G_DISCOVERY/board.h @@ -433,14 +433,6 @@ #define LINE_LCD_B6 PAL_LINE(GPIOK, 5U)
#define LINE_LCD_B7 PAL_LINE(GPIOK, 6U)
#define LINE_LCD_DE PAL_LINE(GPIOK, 7U)
-#define LINE_PIN8 PAL_LINE(GPIOK, 8U)
-#define LINE_PIN9 PAL_LINE(GPIOK, 9U)
-#define LINE_PIN10 PAL_LINE(GPIOK, 10U)
-#define LINE_PIN11 PAL_LINE(GPIOK, 11U)
-#define LINE_PIN12 PAL_LINE(GPIOK, 12U)
-#define LINE_PIN13 PAL_LINE(GPIOK, 13U)
-#define LINE_PIN14 PAL_LINE(GPIOK, 14U)
-#define LINE_PIN15 PAL_LINE(GPIOK, 15U)
/*
* I/O ports initial setup, this configuration is established soon after reset
|