2025-08-10 06:15:16 +08:00

13 lines
350 B
C

#ifndef BOARD_CONFIG_H
#define BOARD_CONFIG_H
/******************************************************************************/
#define LED_PORT GPIOA
#define LED_PIN GPIO_PIN_7
#define LED_RCU RCU_GPIOA
/******************************************************************************/
#endif //BOARD_CONFIG_H