Skip to content

Commit

Permalink
fix hal bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
liuhy-2020 committed May 8, 2024
1 parent 31071d1 commit 24203f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os/hal/ports/ES32/LLD/GPIOv1/hal_pal_lld.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
* @brief Input pad with weak pull down resistor.
*/
#define PAL_MODE_INPUT_PULLDOWN (PAL_ES32_MODE_INPUT | \
PAL_ES32_PUPDR_PULLDOWN)
PAL_ES32_PUD_PULLDOWN)

/**
* @brief Analog input mode.
Expand Down

0 comments on commit 24203f9

Please sign in to comment.