AdaCore / Ada_Drivers_Library

Ada source code and complete sample GNAT projects for selected bare-board platforms supported by GNAT.
BSD 3-Clause "New" or "Revised" License
240 stars 141 forks source link

Ensure value of State is correct even in state change callbacks #278

Closed quinot closed 5 years ago

quinot commented 5 years ago

Update the States array prior to calling button state change callbacks, so that it reflects the current, not previous, state of buttons.

Fabien-Chouteau commented 5 years ago

Thanks @quinot