Skip to content

Commit

Permalink
[CH32] a build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lyusupov committed Nov 4, 2024
1 parent 4e0d200 commit 18d5981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions software/firmware/source/SoftRF/src/platform/CH32.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ struct rst_info {
#define SOC_GPIO_PIN_GNSS_TX PA9

#if defined(PB4)
#define SOC_GPIO_PIN_STATUS SOC_UNUSED_PIN /* PA15 PB4 */
#else
#define SOC_GPIO_PIN_STATUS PB4
#else
#define SOC_GPIO_PIN_STATUS SOC_UNUSED_PIN /* PA15 PB4 */
#endif
#define SOC_GPIO_PIN_BUZZER SOC_UNUSED_PIN

Expand Down

0 comments on commit 18d5981

Please sign in to comment.