diff options
| author | hathach <[email protected]> | 2024-05-06 17:31:00 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-05-06 17:31:00 +0700 |
| commit | dfda0b124f4e436e81770cb4986523da1036f654 (patch) | |
| tree | 073b3bbbc50c38fbc34a469bf60d698e0cee6b68 | |
| parent | a9f1c62dffc2cb0229767959173f78eec9931db0 (diff) | |
fix typo
| -rw-r--r-- | hw/bsp/mm32/boards/mm32f327x_pitaya_lite/board.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/mm32/boards/mm32f327x_pitaya_lite/board.h b/hw/bsp/mm32/boards/mm32f327x_pitaya_lite/board.h index 9ace1d357..2b3f54a60 100644 --- a/hw/bsp/mm32/boards/mm32f327x_pitaya_lite/board.h +++ b/hw/bsp/mm32/boards/mm32f327x_pitaya_lite/board.h @@ -7,7 +7,7 @@ #define LED_STATE_ON 1 #define BUTTON_PORT GPIOA -#define BUTTON_PIN GPIO_PIN_0 +#define BUTTON_PIN GPIO_Pin_0 #define BUTTON_STATE_ACTIVE 0 |
