Skip to content

Commit b31ef3c

Browse files
committed
删除了board.h中多余的定义
1 parent 334e3e2 commit b31ef3c

File tree

1 file changed

+0
-16
lines changed
  • bsp/stm32/stm32h750-artpi-h750/board

1 file changed

+0
-16
lines changed

bsp/stm32/stm32h750-artpi-h750/board/board.h

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -65,22 +65,6 @@ extern "C" {
6565
* such as #define BSP_UART1_RX_USING_DMA
6666
*
6767
*/
68-
69-
#ifdef BSP_USING_UART1
70-
#define BSP_UART1_TX_PIN "PA9"
71-
#define BSP_UART1_RX_PIN "PA10"
72-
#endif
73-
74-
#ifdef BSP_USING_UART4
75-
#define BSP_UART4_TX_PIN "PA0"
76-
#define BSP_UART4_RX_PIN "PI9"
77-
#endif
78-
79-
#ifdef BSP_USING_UART6
80-
#define BSP_UART6_TX_PIN "PC6"
81-
#define BSP_UART6_RX_PIN "PC7"
82-
#endif
83-
8468
#define STM32_FLASH_START_ADRESS ROM_START
8569
#define STM32_FLASH_SIZE ROM_SIZE
8670
#define STM32_FLASH_END_ADDRESS ROM_END

0 commit comments

Comments
 (0)