AT_START_F435: update

This commit is contained in:
Andrey Gusakov 2023-10-30 15:32:36 +03:00
parent 12889f8530
commit 69aef364b5
1 changed files with 3 additions and 0 deletions

View File

@ -324,8 +324,11 @@
*/
#define LINE_LED1 PAL_LINE(GPIOD, 13U)
#define LINE_LED_RED LINE_LED1
#define LINE_LED2 PAL_LINE(GPIOD, 14U)
#define LINE_LED_YELLOW LINE_LED2
#define LINE_LED3 PAL_LINE(GPIOD, 15U)
#define LINE_LED_GREEN LINE_LED3
#define LINE_BUTTON PAL_LINE(GPIOA, 0U)