Skip to content

Commit

Permalink
chore: Nucleo144Ui::buttonOne: WeakPull::Default (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
EkelmansPh authored Nov 28, 2023
1 parent b58d788 commit e50cf39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hal_st/instantiations/NucleoUi.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ namespace main_
// UM2179: MB1312 reference board with L496ZG, L496ZG-P, L4A6ZG, L4P5ZG, LR5ZI, L4R5ZI-P
struct Nucleo144Ui
{
hal::GpioPinStm buttonOne{ hal::Port::C, 13, hal::Drive::Default, hal::Speed::Default, hal::WeakPull::Up };
hal::GpioPinStm buttonOne{ hal::Port::C, 13, hal::Drive::Default, hal::Speed::Default, hal::WeakPull::Default };
hal::GpioPinStm ledRed{ hal::Port::B, 14 };
#if defined(STM32L496ZG) || defined(STM32L496ZG) || defined(STM32L496ZG_P) || defined(STM32L4A6ZG) || defined(STM32L4P5ZG) || defined(STM32LR5ZI) || defined(STM32L4R5ZI_P)
hal::GpioPinStm ledGreen{ hal::Port::C, 7 };
Expand Down

0 comments on commit e50cf39

Please sign in to comment.