altos/drivers/ao_button: Save all 32-bits of irq status
authorKeith Packard <keithp@keithp.com>
Fri, 28 Jan 2022 17:16:49 +0000 (09:16 -0800)
committerKeith Packard <keithp@keithp.com>
Thu, 17 Feb 2022 01:26:49 +0000 (17:26 -0800)
commit46200359c388062a5e7bc40d780808d92a59f0ed
tree42c373857ad83cfd32f7062bfda350b6ce1613bf
parent7fd29d922be98ddc6406f2323599ef63061044ed
altos/drivers/ao_button: Save all 32-bits of irq status

Was saving in a uint8_t

Signed-off-by: Keith Packard <keithp@keithp.com>
src/drivers/ao_button.c